kodein-di-framework-compose
Toggle table of contents
7.31.0-0.2.0
android
Target filter
android
Switch theme
Search in API
Skip to content
kodein-di-framework-compose
kodein-di-framework-compose
/
org.kodein.di.compose
Package-level
declarations
Functions
Functions
remember
View
Model
Link copied to clipboard
android
@
Composable
inline
fun
<
VM
:
ViewModel
>
rememberViewModel
(
tag
:
Any
?
=
null
)
:
ViewModelLazy
<
VM
>
@
Composable
inline
fun
<
A
:
Any
,
VM
:
ViewModel
>
rememberViewModel
(
tag
:
Any
?
=
null
,
arg
:
A
)
:
ViewModelLazy
<
VM
>
Gets an instance of a
VM
as an android
ViewModel
for the given
tag
.