-
public interface OpenChannel.OpenChannelGetHandler
OpenChannelGet handler. This handler provides callback for getChannel.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(OpenChannel channel, SendBirdException e)
A callback for when channel information is read. -
-
Method Detail
-
onResult
abstract void onResult(OpenChannel channel, SendBirdException e)
A callback for when channel information is read.
- Parameters:
channel
- Channel instance.e
-null
if no error.
-
-
-
-