getConnectionState method

MyConnectionState getConnectionState()

Retrieves the connection state of the current user.

Returns the connection state.

Implementation

MyConnectionState getConnectionState() {
  return SendbirdChat.getConnectionState();
}