BuildOnViewModelContext

class BuildOnViewModelContext(val scope: CoroutineScope, val stateFlowStore: StateFlowStore)

Build context for buildOnViewModel.

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, stateFlowStore: StateFlowStore)

Properties

Link copied to clipboard
val scope: CoroutineScope
Link copied to clipboard

A StateFlowStore where you can store/load the saved instance state (similar to a SavedStateHandle).