getTotalUnreadChannelCount

suspend fun SendbirdChat.getTotalUnreadChannelCount(params: GroupChannelTotalUnreadChannelCountParams = GroupChannelTotalUnreadChannelCountParams()): Int

Gets the total number of unread GroupChannels the current user has joined.

Since

4.15.0

Parameters

params

GroupChannelTotalUnreadChannelCountParams.


fun SendbirdChat.getTotalUnreadChannelCount(params: GroupChannelTotalUnreadChannelCountParams = GroupChannelTotalUnreadChannelCountParams(), handler: ResultHandler<Int>?)

Gets the total number of unread GroupChannels the current user has joined.

Since

4.15.0

Parameters

params

GroupChannelTotalUnreadChannelCountParams.

handler

Callback handler.