-
public interface OpenChannel.OpenChannelUpdateHandler
OpenChannelUpdate handler. This handler provides callback for updateChannel, updateChannel, updateChannelWithOperatorUserIds and updateChannel.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(OpenChannel channel, SendBirdException e)
A callback for when channel update is done. -
-
Method Detail
-
onResult
abstract void onResult(OpenChannel channel, SendBirdException e)
A callback for when channel update is done.
- Parameters:
channel
- Updated channel.e
-null
if no error.
-
-
-
-