GroupChannel.isPushEnabled().@Deprecated
public static interface GroupChannel.GroupChannelGetPushPreferenceHandler
GroupChannel.getPushPreference(GroupChannelGetPushPreferenceHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(boolean isPushOn,
SendBirdException e)
Deprecated.
As of 3.0.10, refer to
GroupChannel.isPushEnabled(). |
@Deprecated
void onResult(boolean isPushOn,
SendBirdException e)
GroupChannel.isPushEnabled().isPushOn - true if push notification is on for this channel.e - null if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.