Package-level declarations

Functions

Link copied to clipboard
fun ServiceCard(viewModel: HostScreenViewModel, savedHostOverview: SavedHostOverview, service: HostService)

Custom Card used to display the service information

Link copied to clipboard
fun ServiceHistory(state: SheetState, scope: CoroutineScope, service: HostService)

Custom component used to display the events related to the service lifecycle

Link copied to clipboard
fun ServicesList(modifier: Modifier = Modifier, viewModel: HostScreenViewModel, savedHostOverview: SavedHostOverview)

Custom PaginatedLazyColumn component used to display the services

Link copied to clipboard
fun ServicesSection(viewModel: HostScreenViewModel, savedHostOverview: SavedHostOverview)

The section used to display the services related to a host