public static interface PushNotificationPreferences.Builder extends SdkPojo, CopyableBuilder<PushNotificationPreferences.Builder,PushNotificationPreferences>
| Modifier and Type | Method and Description |
|---|---|
PushNotificationPreferences.Builder |
allowNotifications(AllowNotifications allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
|
PushNotificationPreferences.Builder |
allowNotifications(String allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
|
PushNotificationPreferences.Builder |
filterRule(String filterRule)
The simple JSON object used to send a subset of a push notification to the requsted member.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPushNotificationPreferences.Builder allowNotifications(String allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
ALL sends all push notifications, NONE sends no push notifications,
FILTERED sends only filtered push notifications.
allowNotifications - Enum value that indicates which push notifications to send to the requested member of a channel.
ALL sends all push notifications, NONE sends no push notifications,
FILTERED sends only filtered push notifications.AllowNotifications,
AllowNotificationsPushNotificationPreferences.Builder allowNotifications(AllowNotifications allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
ALL sends all push notifications, NONE sends no push notifications,
FILTERED sends only filtered push notifications.
allowNotifications - Enum value that indicates which push notifications to send to the requested member of a channel.
ALL sends all push notifications, NONE sends no push notifications,
FILTERED sends only filtered push notifications.AllowNotifications,
AllowNotificationsPushNotificationPreferences.Builder filterRule(String filterRule)
The simple JSON object used to send a subset of a push notification to the requsted member.
filterRule - The simple JSON object used to send a subset of a push notification to the requsted member.Copyright © 2022. All rights reserved.