IndividualChatsListener

interface IndividualChatsListener

A listener to receive individual chat events.

This interface includes the callback needed to listen to the individual chat events and to perform the appropriate actions when one of these events are received.

Functions

Link copied to clipboard
abstract fun onIndividualChatRemoved(chats: Chats, chat: Chat)

Performs any actions that could be required when an individual Chat is removed.

Link copied to clipboard
abstract fun onIndividualChatUpdated(chats: Chats, chat: Chat)

Performs any actions that could be required when an individual Chat is updated.

Link copied to clipboard
abstract fun onNewIndividualChat(chats: Chats, chat: Chat)

Performs any actions that could be required when an individual Chat is added.