-
public interface GroupChannel.GroupChannelLeaveHandler
GroupChannelLeave handler. This handler provides callback for leave.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
A callback for when channel left is done. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
A callback for when channel left is done.
- Parameters:
e
-null
if no error.
-
-
-
-