onTotalUnreadMessageCountChanged

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

unreadMessageCount

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 GroupChannels the current user has joined, and number of unread message of GroupChannel for all subscribed custom type.

Since

3.0.105

Parameters

totalCount

The subscribed total unread message count.

totalCountByCustomType

Total subscribed custom type unread message count.