public static interface SendBird.GetMyGroupChannelChangeLogsHandler
Modifier and Type | Method and Description |
---|---|
void |
onResult(java.util.List<GroupChannel> updatedChannels,
java.util.List<java.lang.String> deletedChannelUrls,
boolean hasMore,
java.lang.String token,
SendBirdException e)
A callback for getting channel changelogs.
|
void onResult(java.util.List<GroupChannel> updatedChannels, java.util.List<java.lang.String> deletedChannelUrls, boolean hasMore, java.lang.String token, SendBirdException e)
updatedChannels
- Returned updated channels.deletedChannelUrls
- Returned deleted channel IDs.hasMore
- Returned true if it has more changelogs.token
- Returned token to get next changelogs.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.