EconoShowUiState

data class EconoShowUiState(val currentMachineType: <Error class: unknown class>, val currentMachine: <Error class: unknown class>, val currentInformationSubScreenIndex: Int, val afkTimer: Job?)

The Ui State class for the app

Keeps track of different critical information that is maintained through app reconfigurations. Used in the EconoShowApp.

Constructors

Link copied to clipboard
constructor(currentMachineType: <Error class: unknown class>, currentMachine: <Error class: unknown class>, currentInformationSubScreenIndex: Int, afkTimer: Job?)

Properties

Link copied to clipboard
val afkTimer: Job?

Maintains the afk timer coroutine

Link copied to clipboard

The current subscreen index for the information (will start at videos if left on videos for a different machine)

Link copied to clipboard
val currentMachine: <Error class: unknown class>

The current machine reference

Link copied to clipboard
val currentMachineType: <Error class: unknown class>

The current machine type reference