docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IDisposableSubscription

    Represents a subscription to a store.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Unity.AppUI.Redux
    Assembly: Unity.AppUI.Redux.dll
    Syntax
    public interface IDisposableSubscription : IDisposable

    Methods

    IsValid()

    Whether the subscription is still valid. A Subscription is no longer valid when it has been unsubscribed or of the store it was subscribed to has been disposed.

    Declaration
    bool IsValid()
    Returns
    Type Description
    bool

    True if the subscription is still valid, false otherwise.

    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)