public interface BLChatListener
Modifier and Type | Method and Description |
---|---|
void |
chatConnected()
Notifies the delegate that the user is connected to a chat room.
|
void |
chatDisconnected()
Notifies the delegate that the user is disconnected from a chat room.
|
void |
chatMessageReceived(ChatMessage message)
Notifies the delegate that a new chat message received.
|
void chatConnected()
void chatDisconnected()
void chatMessageReceived(ChatMessage message)