Contents

activationType

Specifies what caused a user notification to occur.

Declaration

var activationType: NSUserNotification.ActivationType { get }

Discussion

This property specifies why the user notification was sent to to the NSUserNotificationCenterDelegate method userNotificationCenter(_:didActivate:). The supported values are described in NSUserNotification.ActivationType.

See Also

User Notification Activation Method