docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SubscribeOptions<TResult>

    Options for subscribing to a store.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public struct SubscribeOptions<TResult>
    Type Parameters
    Name Description
    TResult

    The type of the result of the subscription.

    Fields

    comparer

    The comparer to use to compare the result of the subscription. If not provided, the default comparer for the type will be used.

    Declaration
    public EqualityComparer<TResult> comparer
    Field Value
    Type Description
    EqualityComparer<TResult>
    See Also
    Default

    fireImmediately

    Whether to invoke the listener immediately when subscribing.

    Declaration
    public bool fireImmediately
    Field Value
    Type Description
    bool
    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)