MobileNotifications.RequestPendingNotifications

From Xojo Documentation

Method

MobileNotifications.RequestPendingNotifications()

New in 2021r2

Supported for all project types and targets.

Requests that the OS send the app an array of notifications set for a future date/time that it has received for the app since the last time the app was launched.

Notes

The array is delivered via the PendingNotifications event.

See Also

PendingNotifications event