docs.unity3d.com
    Show / Hide Table of Contents

    Enum LobbyEventConnectionState

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

    Namespace: Unity.Services.Lobbies
    Syntax
    public enum LobbyEventConnectionState

    Fields

    Name Description Value
    Unknown

    The lobby event subscription has reached an unknown state.


    0
    Unsubscribed

    The lobby event subscription is currently unsubscribed.


    1
    Subscribing

    The lobby event subscription is currently trying to connect to the service.


    2
    Subscribed

    The lobby event subscription is currently connected, and ready to receive notifications.


    3
    Unsynced

    The lobby event subscription is currently connected, but for some reason is having trouble receiving notifications.


    4
    Error

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


    5
    Back to top
    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