NotificationSettings

From Xojo Documentation

Class (inherits from Object)


New in 2020r2

This object contains the current notification settings for the app as set by the user.

Enumerations
AlertStyles DeviceSettings
AuthorizationStatuses PreviewSettings
Properties
AlertStyle fa-lock-32.png ProvidesInAppSettings fa-lock-32.png ShowsInCarPlay fa-lock-32.png
AuthorizationStatus fa-lock-32.png ShowsAlerts fa-lock-32.png ShowsInNotificationCenter fa-lock-32.png
PlaysAnnouncements fa-lock-32.png ShowsBadges fa-lock-32.png ShowsOnLockScreen fa-lock-32.png
PlaysSounds fa-lock-32.png ShowsCriticalAlerts fa-lock-32.png ShowsPreviews fa-lock-32.png

Notes

With this class, you can determine what the user's notification settings are for your app.

Compatibility

iOS project types on iOS and iPadOS operating systems.

See Also