Package-level declarations

Functions

Link copied to clipboard
@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.