Skip to content
Vector State observable
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.state / StateHolder / stateObservable

    stateObservable¶

    abstract val stateObservable: ConflatedBroadcastChannel<S>

    A ConflatedBroadcastChannel to expose the state as an observable entity. This channel is conflated, so only the latest state value is present in it

    powered by MkDocs and Material for MkDocs