getUnreadItemCount

Gets the unread item count of GroupChannels corresponding to GroupChannelUnreadItemCountParams.

Since

4.19.0

Parameters

params

Parameters for getting unread item count.

handler

Callback handler.


Deprecated

As of 4.19.0, replaced with getUnreadItemCount(params, handler).

Replace with

import com.sendbird.android.channel.GroupChannelUnreadItemCountParams
SendbirdChat.getUnreadItemCount(GroupChannelUnreadItemCountParams(keys), handler)

Gets the unread item count of GroupChannels from keys.

Since

3.0.75

Parameters

keys

Unread item keys. Refer to UnreadItemKey.

handler

Callback handler.