-
public interface GroupChannel.GroupChannelSetMyCountPreferenceHandler
GroupChannelSetMyCountPreference handler. This handler provides callback for setMyCountPreference.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
A callback for when my count preference setting is done. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
A callback for when my count preference setting is done.
- Parameters:
e
-null
if no error.
-
-
-
-