interface IConnectionStatus

Parents

object

Brief

The interface for checking the current connection status of the session

Public Methods

getError

Gets the error on the last session status change

hasError

Checks whether the last session status was changed with error

isConnected

Checks whether the session status is Connected

isConnecting

Checks whether the session status is Connecting

isDisconnected

Checks whether the session status is Disconnected

isReconnecting

Checks whether the session status is Reconnecting

back