Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.scheduledNotifications
Queries list of all delivered notifications.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 2.8 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.scheduledNotifications" )
Parameters
none
Result
Returns reference values.
Description
Queries list of all delivered notifications.Get a list of notifications that are scheduled but have not yet been presented. Newly scheduled notifications are added to the end of the array.
See also
- UNNotification.DeliveredNotifications
- UserNotification.deliveredNotifications
- UserNotification.deliverNotification
- UserNotification.removeAllScheduledNotifications
- UserNotification.removeScheduledNotification
- UserNotification.scheduleNotification
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
UserNotification.scheduleNotification - Validate.CheckReceipt