Enum ConnectionStatus
Shows the connection status of a service that deals with socket.
Namespace: Unity.Cloud.Presence
Syntax
public enum ConnectionStatus
Fields
| Name | Description | Value |
|---|---|---|
| Connecting | 0 | |
| Connected | 1 | |
| Disconnecting | 2 | |
| Disconnected | 3 |
Shows the connection status of a service that deals with socket.
public enum ConnectionStatus
| Name | Description | Value |
|---|---|---|
| Connecting | 0 | |
| Connected | 1 | |
| Disconnecting | 2 | |
| Disconnected | 3 |