| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
UNNotification.RemoveDeliveredNotificationsWithIdentifiers
Removes delivered notifications from system.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| UNNotification | 7.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "UNNotification.RemoveDeliveredNotificationsWithIdentifiers"; Identifiers ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Identifiers | List of notifcation identifiers. |
Result
Returns OK or error.
Description
Removes delivered notifications from system.You can normally query delivered notifications for your application until they are removed.
This function removes all notifications matching given identifiers.
See also
This function is free to use.
Created 15th April 2017, last changed 15th April 2017
UNNotification.RemoveAllPendingNotificationRequests - UNNotification.RemovePendingNotificationRequestsWithIdentifiers