toggle menu
kaari-project
0.1.1-SNAPSHOT
android
common
jvm
switch theme
search in API
kaari-viewmodel
/
com.javiersc.kaari.viewmodel
/
ViewModel
View
Model
android
common
jvm
actual
abstract
class
ViewModel
:
ViewModel
expect
abstract
class
ViewModel
Inheritors
KaariViewModel
actual
abstract
class
ViewModel
Members
Constructors
View
Model
Link copied to clipboard
android
common
jvm
constructor
(
)
expect
constructor
(
)
actual
constructor
(
)
Properties
scope
Link copied to clipboard
android
common
jvm
actual
abstract
val
scope
:
CoroutineScope
expect
abstract
val
scope
:
CoroutineScope
actual
abstract
val
scope
:
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
?