PushNotificationPreferences
The channel membership preferences for push notification.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
The simple JSON object used to send a subset of a push notification to the requested member.
Functions
Link copied to clipboard
inline fun copy(block: PushNotificationPreferences.Builder.() -> Unit = {}): PushNotificationPreferences