Package-level declarations
Types
Link copied to clipboard
class MonitorLogsViewModel(device: Device, monitorLogsUseCase: MonitorLogsUseCase, scope: CoroutineScope? = null) : ViewModel
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun MonitorLogsWidgetContent(state: MonitorLogsViewModel.State.DisplayLogs, onClearAll: () -> Unit, strings: Strings = LocalStrings.current)