toggle menu
lib
common
switch theme
search in API
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.ui.widgets.monitorlogs
/
MonitorLogsViewModel
Monitor
Logs
View
Model
class
MonitorLogsViewModel
(
device
:
Device
,
monitorLogsUseCase
:
MonitorLogsUseCase
,
scope
:
CoroutineScope
?
=
null
)
:
ViewModel
Members
Constructors
Monitor
Logs
View
Model
Link copied to clipboard
constructor
(
device
:
Device
,
monitorLogsUseCase
:
MonitorLogsUseCase
,
scope
:
CoroutineScope
?
=
null
)
Types
State
Link copied to clipboard
sealed
class
State
Properties
state
Link copied to clipboard
val
state
:
MutableStateFlow
<
MonitorLogsViewModel.State.DisplayLogs
>
view
Model
Scope
Link copied to clipboard
expect
val
viewModelScope
:
CoroutineScope
Functions
clear
Logs
Link copied to clipboard
fun
clearLogs
(
)