toggle menu
lib
android
common
desktop
switch theme
search in API
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.viewmodel
/
ViewModel
View
Model
android
common
desktop
actual
open
class
ViewModel
(
scope
:
CoroutineScope
?
)
:
ViewModel
expect
open
class
ViewModel
(
scope
:
CoroutineScope
?
=
null
)
Inheritors
AppRootViewModel
DeviceConnectionViewModel
DeviceTabsViewModel
EndpointDetailsViewModel
EndpointsViewModel
MetaDataWidgetViewModel
MiscControlsViewModel
MonitorLogsViewModel
MonitorLogDetailsViewModel
actual
open
class
ViewModel
(
scope
:
CoroutineScope
?
)
Members
Constructors
View
Model
Link copied to clipboard
android
common
desktop
actual
constructor
(
scope
:
CoroutineScope
?
)
expect
constructor
(
scope
:
CoroutineScope
?
=
null
)
actual
constructor
(
scope
:
CoroutineScope
?
)
Properties
view
Model
Scope
Link copied to clipboard
android
common
desktop
actual
val
viewModelScope
:
CoroutineScope
expect
val
viewModelScope
:
CoroutineScope
actual
val
viewModelScope
:
CoroutineScope
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?