Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UNNotification.RemovePendingNotificationRequestsWithIdentifiers
Removed pending notification requests.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UNNotification | 7.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "UNNotification.RemovePendingNotificationRequestsWithIdentifiers"; Identifiers ) More
Parameters
Parameter | Description | Example |
---|---|---|
Identifiers | List of notifcation identifiers. |
Result
Returns OK or error.
Description
Removed pending notification requests.Clears all notifications which are not yet delivered matching given identifiers.
See also
Blog Entries
This function is free to use.
Created 15th April 2017, last changed 15th April 2017
UNNotification.RemoveDeliveredNotificationsWithIdentifiers - UNNotification.Repeats
