Contents

additionalActions

The actions that can be taken on a notification in addition to the default action.

Declaration

var additionalActions: [NSUserNotificationAction]? { get set }

Discussion

This array contains NSUserNotificationAction objects that describe the different actions for a notification in addition to the default action described by actionButtonTitle.

See Also

Related Documentation

User Notification Activation Method