interface IConnectionStatus
Parents
object
Brief
The interface for checking the current connection status of the session
| Public Methods | |
|---|---|
| isConnected | Checks whether the session status is Connected |
| isDisconnected | Checks whether the session status is Disconnected |
| isConnecting | Checks whether the session status is Connecting |
| isReconnecting | Checks whether the session status is Reconnecting |
| hasError | Checks whether the last session status was changed with error |
| getError | Gets the error on the last session status change |