kotlin-mpp-playground
Toggle table of contents
0.1.0.0+0152ff2
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
cmp
/
ui.birds
/
BirdsViewModel
Birds
View
Model
class
BirdsViewModel
:
ViewModel
(
source
)
Members
Constructors
Birds
View
Model
Link copied to clipboard
constructor
(
)
Properties
ui
State
Link copied to clipboard
val
uiState
:
StateFlow
<
BirdUiState
>
Functions
add
Closeable
Link copied to clipboard
expect
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
expect
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
expect
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
update
Link copied to clipboard
fun
update
(
)