docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum SubscriptionState

    The subscription current state.

    Namespace: Unity.Services.Wire.Internal
    Assembly: Unity.Services.Core.Internal.dll
    Syntax
    public enum SubscriptionState

    Fields

    Name Description
    Error

    The subscription encountered an error and is not active.

    Subscribing

    Wire is getting a token then sending a request to Wire to subscribe to a channel.

    Synced

    The subscription is active and synchronized to the server. You can trust that the last message received from the subscription is up to date.

    Unsubscribed

    The subscription is inactive.

    Unsynced

    A connectivity issue prevents Wire from receiving update on this active subscription. As soon as Wire has reconnected, the subscription will receive the missing messages.

    In This Article
    Back to top
    Copyright © 2024 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)