onSocketConnectionStateChanged abstract method

void onSocketConnectionStateChanged(
  1. bool isConnect
)

Chatroom socket connection state changed listener.

  • Parameter state: ConnectionState

Implementation

void onSocketConnectionStateChanged(bool isConnect);