Notification::Action
Describes the action button of Notification.
| Header | #include "nativeui/notification.h" |
| Namespace | namespace nu |
| Type | struct |
Properties
std::string title
The title of the action button.
std::string info
The user info attached to the action.
The user info will be passed to the handler of the
on_notification_action event.