ChatsListener

interface ChatsListener

Functions

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

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

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

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

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

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