getTotalUnreadChannelCount

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.


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

Deprecated

As of 4.17.0, replaced with awaitGetTotalUnreadChannelCount(params).

Replace with

awaitGetTotalUnreadChannelCount(params)

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

Since

4.15.0

Parameters

params

GroupChannelTotalUnreadChannelCountParams.