get Total Unread Channel Count
fun SendbirdChat.getTotalUnreadChannelCount(params: GroupChannelTotalUnreadChannelCountParams = GroupChannelTotalUnreadChannelCountParams(), handler: ResultHandler<Int>?)
Gets the total number of unread GroupChannel
s the current user has joined.
Since
4.15.0
Parameters
params
GroupChannelTotalUnreadChannelCountParams.
handler
Callback handler.
suspend fun SendbirdChat.getTotalUnreadChannelCount(params: GroupChannelTotalUnreadChannelCountParams = GroupChannelTotalUnreadChannelCountParams()): Int
Deprecated
As of 4.17.0, replaced with awaitGetTotalUnreadChannelCount(params).
Replace with
awaitGetTotalUnreadChannelCount(params)
Content copied to clipboard
Gets the total number of unread GroupChannel
s the current user has joined.
Since
4.15.0
Parameters
params
GroupChannelTotalUnreadChannelCountParams.