Skip to content
Vector Offer set action
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 / StateProcessor / offerSetAction

    offerSetAction¶

    abstract fun offerSetAction(reducer: suspendS.() ->S):Unit

    Offer a SetStateAction to this processor. This action will be processed as soon as possible, before all existing GetStateAction waiting in the queue, if any.

    Parameters¶

    reducer - The action to be offered

    powered by MkDocs and Material for MkDocs