//reactivestate-core/com.ensody.reactivestate/ReactiveViewModelContext
ReactiveViewModelContext¶
[common]\ @ExperimentalReactiveStateApi
interface ReactiveViewModelContext : ReactiveStateContext
Properties¶
Name | Summary |
---|---|
preInit | [common] abstract val preInit: OneTimeEvent<CoroutineLauncher> A hook to start initializing e.g. caches when the ViewModel gets constructed. |
scope | [common] abstract val scope: CoroutineScope |
stateFlowStore | [common] abstract val stateFlowStore: StateFlowStore |