lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.ui.widgets.metadata
/
MetaDataWidgetViewModel
Meta
Data
Widget
View
Model
class
MetaDataWidgetViewModel
(
device
:
Device
,
metaDataUseCase
:
MetaDataUseCase
,
scope
:
CoroutineScope
?
=
null
)
:
ViewModel
Members
Constructors
Meta
Data
Widget
View
Model
Link copied to clipboard
constructor
(
device
:
Device
,
metaDataUseCase
:
MetaDataUseCase
,
scope
:
CoroutineScope
?
=
null
)
Types
State
Link copied to clipboard
@
Immutable
sealed
class
State
Properties
state
Link copied to clipboard
val
state
:
MutableStateFlow
<
MetaDataWidgetViewModel.State
>
view
Model
Scope
Link copied to clipboard
expect
val
viewModelScope
:
CoroutineScope