ReactiveStateContext
Contains all values which are part of the ViewModel build process.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Returns WhileUsed's value and keeps it alive as long as it's still used.
Returns StateFlow.value and tracks the observable (on the MainScope
).
Link copied to clipboard
Link copied to clipboard
open override fun <S : Any, T : AutoRunnerObservable<V>, V> track(underlyingObservable: S, getObservable: () -> T): FrozenAutoRunnerObservable<V, T>