public static interface OpenChannel.OpenChannelUpdateHandler
OpenChannel.updateChannel(String, Object, String, OpenChannelUpdateHandler),
OpenChannel.updateChannel(String, Object, String, List, OpenChannelUpdateHandler),
OpenChannel.updateChannelWithOperatorUserIds(String, Object, String, List, OpenChannelUpdateHandler) and
OpenChannel.updateChannel(OpenChannelParams, OpenChannelUpdateHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(OpenChannel channel,
SendBirdException e)
A callback for when channel update is done.
|
void onResult(OpenChannel channel, SendBirdException e)
channel - Updated channel.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.