Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: UNNotificationActionMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | User Notifications | MBS MacFrameworks Plugin | 19.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Use UNTextInputNotificationActionMBS objects to define an action that allows the user to provide a custom text-based response. When the user selects an action of this type, the system displays controls for the user to enter or dictate the text content. That text is then included in the response object that is delivered to your app.
Subclass of the UNNotificationActionMBS class.
Constant | Value | Description |
---|---|---|
OptionAuthenticationRequired | 1 | The action can be performed only on an unlocked device. more |
OptionDestructive | 2 | The action performs a destructive task. more |
OptionForeground | 4 | The action causes the app to launch in the foreground. more |
OptionNone | 0 |
The action has the default behavior. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
UNPushNotificationTriggerMBS - UNTextInputNotificationResponseMBS