ViewModel

Deprecated

ViewModel was renamed as the name didn't match it's function.

Replace with

LifecycleViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
expect val coroutineScope: CoroutineScope

CoroutineScope of the ViewModel. This scope is active until the ViewModel lifecycle is cleared.