docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum EventConnectionState

    An enum describing the current state of a Cloud Code Event subscription's connection status.

    Namespace: Unity.Services.CloudCode.Subscriptions
    Assembly: Unity.Services.CloudCode.dll
    Syntax
    public enum EventConnectionState

    Fields

    Name Description
    Error

    The cloud code event subscription is currently in an error state, and won't recover on its own.

    Subscribed

    The cloud code event subscription is currently connected, and ready to receive messages.

    Subscribing

    The cloud code event subscription is currently trying to connect to the service.

    Unknown

    The cloud code event subscription has reached an unknown state.

    Unsubscribed

    The cloud code event subscription is currently unsubscribed.

    Unsynced

    The cloud code event subscription is currently connected, but for some reason is having trouble receiving messages.

    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)