MobileNotifications.OpenNotificationSettings

From Xojo Documentation

Event


MobileNotifications.OpenNotificationsSettings(notification as Notification)

New in 2020r2

Supported for all project types and targets.

The user has tapped on the link on the notifications settings panel in the Settings app.

Notes

If, when requesting authorization to send notifications, you included the ProvidesNotificationSettings option, a link to your app will be included in the app's notification settings in the Notifications section of the Settings app. Should the user tap on that link, this event will fire. Your app should display it's own custom notification settings dialog.

See Also

RequestAuthorization method, AuthorizationOptions enumeration, Notification class.