Skip to content
Vector State
Type to start searching
    Vector
    Vector
    • Overview
    • Introduction
    • Basics
    • Advanced Usage
      • Vector State
      • Vector Fragment
      • Vector ViewModel
      • SavedState VectorViewModel
      • Logging
      • Automatic ViewModel Creation
      • Coroutine Context for State Store
    • API Reference
    

    vector / com.haroldadmin.vector / VectorViewModel / state

    state¶

    val state: Flow<S>

    A kotlinx.coroutines.flow.Flow of VectorState which can be observed by external classes to respond to changes in state.

    Getter

    A kotlinx.coroutines.flow.Flow of VectorState which can be observed by external classes to respond to changes in state.

    powered by MkDocs and Material for MkDocs