Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Values representing the current status of the Lobby Server's connection status to the notification service.
public enum LobbyServerConnectionStatus : uint
Values
| name | value | description |
|---|---|---|
| NotConnected | 0 |
The Lobby Server isn't connected to the notification service. |
| Connected | 1 |
The Lobby Server is connected to the notification service. |
See Also
- namespace PlayFab.Multiplayer