-
public final class ViewModelInstanceKt
-
-
Method Summary
Modifier and Type Method Description final static ViewModelInstancerememberViewModelInstance(RiveFile file, ViewModelInstanceSource source)Creates a ViewModelInstance from the given file and source. -
-
Method Detail
-
rememberViewModelInstance
@Composable() final static ViewModelInstance rememberViewModelInstance(RiveFile file, ViewModelInstanceSource source)
Creates a ViewModelInstance from the given file and source.
The lifetime of the instance is managed by this composable. It will delete the instance when it falls out of scope.
- Parameters:
file- The RiveFile to create the view model instance from.source- The source of the view model instance.
-
-
-
-