ConnectionHandler
ConnectionHandler
Class for handling events related to connection state. You can override necessary methods with desired behavior.
To activate connection handler in SendBird application, use sendbird.addConnectionHandler()
.
To remove it, use sendbird.removeConnectionHandler()
, to remove all use
sendbird.removeAllConnectionHandlers()