Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.removeAllDeliveredNotifications
Clear all delivered notifications for this application from the notification center.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 2.8 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.removeAllDeliveredNotifications" )
Parameters
none
Result
Returns "OK" on success.
Description
Clear all delivered notifications for this application from the notification center.See also
- UNNotification.RemoveAllDeliveredNotifications
- UserNotification.deliveredNotifications
- UserNotification.removeAllScheduledNotifications
- UserNotification.removeDeliveredNotification
- UserNotification.removeScheduledNotification
This function is free to use.
Created 18th August 2014, last changed 18th August 2014
UserNotification.isRemote - UserNotification.removeAllScheduledNotifications