-
public interface SendBird.GetMyGroupChannelChangeLogsHandler
GetMyGroupChannelChangeLogsHandler handler. This handler provides callback for all getting channel changelogs related methods.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(List<GroupChannel> updatedChannels, List<String> deletedChannelUrls, boolean hasMore, String token, SendBirdException e)
A callback for getting channel changelogs. -
-
Method Detail
-
onResult
abstract void onResult(List<GroupChannel> updatedChannels, List<String> deletedChannelUrls, boolean hasMore, String token, SendBirdException e)
A callback for getting channel changelogs.
- Parameters:
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.
-
-
-
-