Chat Listener
A listener to receive events for a specific chat.
This interface includes the callback needed to listen to the chat client state events and to perform the appropriate actions when one of these events are received.
Functions
Link copied to clipboard
Performs any actions that could be required depending on the chat state.
Link copied to clipboard
Performs any actions that could be required when a new message is received.
Link copied to clipboard
abstract fun onParticipantsUpdated(chat: Chat, participants: List<ChatContact>)
Content copied to clipboard
Performs any actions that could be required when chat participants are updated.
Link copied to clipboard
Performs any actions that could be required when the unread message counter is updated.