docs.unity3d.com
    Show / Hide Table of Contents

    Enum SubscriptionState

    The subscription current state.

    Namespace: Unity.Services.Wire.Internal
    Syntax
    public enum SubscriptionState

    Fields

    Name Description Value
    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023