onUnreadMessages

abstract fun onUnreadMessages(chat: Chat, count: Int)

Performs any actions that could be required when the unread message counter is updated.

Parameters

chat

Chat service.

count

Current number of unread messages.