InformationScreen

fun InformationScreen(machine: <Error class: unknown class>, subScreenIndex: Int = 0, onSegmentedButtonClick: (Int) -> Unit, modifier: Modifier = Modifier)

Displays all the information on a Machine

This will hold the necessary navigation elements as well as control the logic of which additional screen to display: BrochureSubScreen, VideoLibrarySubScreen, &LayoutSubScreen

Parameters

machine

The Machine to display the information of

subScreenIndex

The index that controls which subscreen to display

onSegmentedButtonClick

The method that controls what happens in the segmented button, used to change the subscreen

modifier

The Modifier applied to the component