MonitorLogsViewModel

class MonitorLogsViewModel(device: Device, monitorLogsUseCase: MonitorLogsUseCase, scope: CoroutineScope? = null) : ViewModel

Constructors

Link copied to clipboard
constructor(device: Device, monitorLogsUseCase: MonitorLogsUseCase, scope: CoroutineScope? = null)

Types

Link copied to clipboard
sealed class State

Properties

Link copied to clipboard
Link copied to clipboard
expect val viewModelScope: CoroutineScope

Functions

Link copied to clipboard
fun clearLogs()