onChatServiceConnectionChanged

abstract fun onChatServiceConnectionChanged(isConnected: Boolean)

Called when there is a change in the chat service connection status.

Parameters

isConnected

true if the chat service is connected, false otherwise.