-
public interface GroupChannel.GroupChannelChannelCountHandler
GroupChannelChannelCount handler. This handler provides callback for getChannelCount.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(int channelCount, SendBirdException e)
A callback for when my channel count is got. -
-
Method Detail
-
onResult
abstract void onResult(int channelCount, SendBirdException e)
A callback for when my channel count is got.
- Parameters:
channelCount
- My channel count for the current logged-inUser
.e
-null
if no error.
-
-
-
-