toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
android
common
ios
switch theme
search in API
viewmodel
/
com.mirego.pilot.viewmodel
/
PilotViewModel
Pilot
View
Model
android
common
ios
actual
abstract
class
PilotViewModel
:
ViewModel
expect
abstract
class
PilotViewModel
actual
abstract
class
PilotViewModel
Members
Members & Extensions
Constructors
Pilot
View
Model
Link copied to clipboard
android
common
ios
actual
constructor
(
)
expect
constructor
(
)
actual
constructor
(
)
Properties
view
Model
Scope
Link copied to clipboard
android
common
ios
actual
val
PilotViewModel
.
viewModelScope
:
CoroutineScope
expect
val
PilotViewModel
.
viewModelScope
:
CoroutineScope
actual
val
PilotViewModel
.
viewModelScope
:
CoroutineScope
Functions
add
Closeable
Link copied to clipboard
android
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
clear
Link copied to clipboard
ios
fun
clear
(
)
get
Closeable
Link copied to clipboard
android
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?