public static interface OpenChannel.OpenChannelCreateHandler
OpenChannel.createChannel(OpenChannelCreateHandler),
OpenChannel.createChannel(String, Object, String, OpenChannelCreateHandler),
OpenChannel.createChannel(String, Object, String, List, OpenChannelCreateHandler),
OpenChannel.createChannelWithOperatorUserIds(String, Object, String, List, OpenChannelCreateHandler),
OpenChannel.createChannelWithOperatorUserIds(String, Object, String, String, List, OpenChannelCreateHandler),
OpenChannel.createChannelWithOperatorUserIds(String, String, Object, String, String, List, OpenChannelCreateHandler) and
OpenChannel.createChannel(OpenChannelParams, OpenChannelCreateHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(OpenChannel channel,
SendBirdException e)
A callback for when channel creation is done.
|
void onResult(OpenChannel channel, SendBirdException e)
channel - Created 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.