Skip to main content

AppNotificationSettings

No description

type AppNotificationSettings {
pushEnabled: Boolean!
pushDevices: [AppPushDevice!]!
offersEnabled: Boolean!
rewardsEnabled: Boolean!
expiriesEnabled: Boolean!
confirmationsEnabled: Boolean!
creditEnabled: Boolean!
}

Fields

AppNotificationSettings.pushEnabled ● Boolean! non-null scalar

Whether push delivery is enabled for this wallet member

AppNotificationSettings.pushDevices ● [AppPushDevice!]! non-null object

Registered app installs that can receive push notifications

AppNotificationSettings.offersEnabled ● Boolean! non-null scalar

Whether offer pushes are enabled

AppNotificationSettings.rewardsEnabled ● Boolean! non-null scalar

Whether reward pushes are enabled

AppNotificationSettings.expiriesEnabled ● Boolean! non-null scalar

Whether expiry reminder pushes are enabled

AppNotificationSettings.confirmationsEnabled ● Boolean! non-null scalar

Whether redemption and confirmation pushes are enabled

AppNotificationSettings.creditEnabled ● Boolean! non-null scalar

Whether credit activity pushes are enabled

Member Of

App object