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