docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate DispatcherComposer

    A function that enhances the dispatcher. This is the returned type of a Middleware<TStoreState> and is used to compose the dispatcher with other middleware using ApplyMiddleware<TState>(params Middleware<TState>[]).

    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public delegate Dispatcher DispatcherComposer(Dispatcher dispatcher)
    Parameters
    Type Name Description
    Dispatcher dispatcher

    The dispatcher to enhance.

    Returns
    Type Description
    Dispatcher

    The enhanced dispatcher.

    See Also

    Middleware<TStoreState>
    ApplyMiddleware<TState>(params Middleware<TState>[])
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)