![]() |
Essential Kit
|
Represents the user’s notification settings.
Properties | |
NotificationPermissionStatus | PermissionStatus [get] |
The permission granted by the user. | |
NotificationSettingStatus | AlertSetting [get] |
The authorization status for displaying alerts. | |
NotificationSettingStatus | BadgeSetting [get] |
The setting that indicates whether badges appear on your app’s icon. | |
NotificationSettingStatus | CarPlaySetting [get] |
The setting that indicates whether your app’s notifications appear in CarPlay. | |
NotificationSettingStatus | LockScreenSetting [get] |
The setting that indicates whether your app’s notifications appear on a device’s Lock screen. | |
NotificationSettingStatus | NotificationCenterSetting [get] |
The setting that indicates whether your app’s notifications appear in Notification Center. | |
NotificationSettingStatus | SoundSetting [get] |
The authorization status for playing sounds for incoming notifications. | |
NotificationSettingStatus | CriticalAlertSetting [get] |
The authorization status for playing sounds for critical alerts. | |
NotificationSettingStatus | AnnouncementSetting [get] |
The setting that indicates whether Siri can announce your app’s notifications. | |
NotificationAlertStyle | AlertStyle [get] |
The type of alert that the app may display when the device is unlocked. | |
NotificationPreviewStyle | PreviewStyle [get] |
The setting that indicates whether the app shows a preview of the notification's content. | |
bool | PushNotificationEnabled [get] |
Gets a value indicating whether push notification is enabled. | |
string | DeviceToken [get] |
The device token received while registering for remote notification service. | |