Enum LobbyEventConnectionState
An enum describing the current state of a Lobby Event subscription's connection status.
Namespace: Unity.Services.Lobbies
Assembly: Unity.Services.Lobbies.dll
Syntax
public enum LobbyEventConnectionState
Fields
Name | Description |
---|---|
Error | The lobby event subscription is currently in an error state, and won't recover on its own. |
Subscribed | The lobby event subscription is currently connected, and ready to receive notifications. |
Subscribing | The lobby event subscription is currently trying to connect to the service. |
Unknown | The lobby event subscription has reached an unknown state. |
Unsubscribed | The lobby event subscription is currently unsubscribed. |
Unsynced | The lobby event subscription is currently connected, but for some reason is having trouble receiving notifications. |