on Total Unread Message Count Changed
Gets the subscribed total number of unread message of all GroupChannels and FeedChannels the current user has joined, and number of unread message of GroupChannel for all subscribed custom type.
Since
4.6.0
Parameters
unread Message Count
The class holding unread message counts.
See also
open fun onTotalUnreadMessageCountChanged(totalCount: Int, totalCountByCustomType: Map<String, Int>)
Deprecated
As of 4.6.0, replaced by onTotalUnreadMessageCountChanged(unreadMessageCount: UnreadMessageCount)
Gets the subscribed total number of unread message of all GroupChannel
s the current user has joined, and number of unread message of GroupChannel
for all subscribed custom type.
Since
3.0.105
Parameters
total Count
The subscribed total unread message count.
total Count By Custom Type
Total subscribed custom type unread message count.