ReactiveStateContext

data class ReactiveStateContext(val scope: CoroutineScope)

Contains all values which are part of the ViewModel build process.

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope)

Properties

Link copied to clipboard
val scope: CoroutineScope

Functions

Link copied to clipboard