public static interface GroupChannel.GroupChannelGetUnreadItemCountHandler
GroupChannel.getUnreadItemCount(Collection, GroupChannelGetUnreadItemCountHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(java.util.Map<GroupChannel.UnreadItemKey,java.lang.Integer> result,
SendBirdException e)
A callback for when unread item key-value map is got.
|
void onResult(java.util.Map<GroupChannel.UnreadItemKey,java.lang.Integer> result, SendBirdException e)
result
- Unread item key-value map for result. Refer to GroupChannel.UnreadItemKey
.e
- null
if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.