OnTotalUnreadMessageCountChanged
Introduction
The callback of the changes of the total unread message counts event.
This number calculated by the exact total unread messages count minus those messages belongs to un-disturb conversations.
Returned template
OnTotalUnreadMessageCountChanged = void Function(
number totalUnreadCount
)
Return value details
| name | type | description |
|---|---|---|
| totalUnreadCount | number | The total unread count. |