Contents

additionalActivationAction

An additional action selected by the user.

Declaration

@NSCopying var additionalActivationAction: NSUserNotificationAction? { get }

Discussion

This property specifies an additional action selected by the user when the user notification is sent to to the NSUserNotificationCenterDelegate method userNotificationCenter(_:didActivate:). The supported values are described in NSUserNotification.ActivationType.

See Also

User Notification Activation Method