LifecycleViewModel
Simple ViewModel class that is to be bound to a View lifecycle
Simple ViewModel class that is to be bound to a View lifecycle
Inheritors
Simple ViewModel class that is to be bound to a View lifecycle
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Call this when the LifecycleViewModel should be cleared to cancel all its coroutines.
Link copied to clipboard