-
@Deprecated() public interface GroupChannel.GroupChannelGetPushPreferenceHandler
GroupChannelGetPushPreference handler. This handler provides callback for getPushPreference.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(boolean isPushOn, SendBirdException e)
A callback for when push preference setting is got. -
-
Method Detail
-
onResult
@Deprecated() abstract void onResult(boolean isPushOn, SendBirdException e)
A callback for when push preference setting is got.
- Parameters:
isPushOn
-true
if push notification is on for this channel.e
-null
if no error.
-
-
-
-