Package-level declarations

Types

Link copied to clipboard
sealed class MainScreenUIState

MainScreenUIState contains the states of the MainScreen

Functions

Link copied to clipboard
fun MaintenanceHeaderView(modifier: Modifier = Modifier)

• This is a composable function that displays the header view for maintenance items. • It includes a clickable text that opens a URL specified in the language configuration. • • @param modifier The modifier to be applied to the header view.

Link copied to clipboard