Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.removeAllScheduledNotifications
Remove all scheduled user notifications from the user notification center.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.removeAllScheduledNotifications" )
Parameters
none
Result
Returns OK or error.
Description
Remove all scheduled user notifications from the user notification center.See also
- UNNotification.RemoveAllDeliveredNotifications
- UserNotification.removeAllDeliveredNotifications
- UserNotification.removeDeliveredNotification
- UserNotification.removeScheduledNotification
- UserNotification.scheduledNotifications
Release notes
- Version 9.2
- Added UserNotification.removeAllScheduledNotifications function.
Blog Entries
This function is free to use.
Created 16th April 2019, last changed 16th April 2019
UserNotification.removeAllDeliveredNotifications - UserNotification.removeDeliveredNotification