LifecycleViewModel
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Simple ViewModel class that is to be bound to a View lifecycle
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Simple ViewModel class that is to be bound to a View lifecycle
Inheritors
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Simple ViewModel class that is to be bound to a View lifecycle
Properties
CoroutineScope of the ViewModel. This scope is active until the ViewModel lifecycle is cleared.
CoroutineScope of the ViewModel. This scope is active until the ViewModel lifecycle is cleared.
CoroutineScope of the ViewModel. This scope is active until the ViewModel lifecycle is cleared.
Functions
Call this when the LifecycleViewModel should be cleared to cancel all its coroutines.