Skip to content
Vector init
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
    • Parameters
    

    vector / com.haroldadmin.vector.state / StateStore / <init>

    <init>¶

    StateStore(stateHolder:StateHolder<S>, stateProcessor:StateProcessor<S>)

    A class which can hold current state as well as handle actions to be performed on it.

    Parameters¶

    stateHolder - The delegate to handle StateHolder functions

    stateProcessor - The delegate to handle StateProcessor functions

    powered by MkDocs and Material for MkDocs