Platforms to show: All Mac Windows Linux Cross-Platform
NSUserNotificationActionMBS class Deprecated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | User Notifications | MBS MacFrameworks Plugin | 14.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This item is deprecated and should no longer be used.
You can use UNNotificationActionMBS class instead.
An action shown to the user as part of a NSUserNotification in the additionalActions property.
Available on Mac OS X 10.10 and newer.
- 3 properties
- property Handle as Integer
- property Identifier as String
- property Title as String
- 2 methods
- method Constructor(identifier as string, title as string)
- method copy as NSUserNotificationActionMBS
- shared method Available as boolean
This class has no sub classes.
Some methods using this class:
- NSUserNotificationMBS.additionalActions as NSUserNotificationActionMBS()
- NSUserNotificationMBS.setAdditionalActions(additionalActions() as NSUserNotificationActionMBS)
Some properties using for this class:
- NSUserNotificationMBS.additionalActivationAction as NSUserNotificationActionMBS
Blog Entries
- MBS Xojo Plugins, version 20.6pr1
- MBS Xojo Plugins, version 19.2pr4
- New for Mac OS X 10.10 in MBS Xojo Plugins
Release notes
- Version 21.0
- Deprecated NSUserNotificationActionMBS in favor of UNNotificationActionMBS class.
- Version 19.2
- Fixed autorelease problem with NSUserNotificationActionMBS constructor.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
NSUserDefaultsMBS - NSUserNotificationCenterDelegateMBS