Instance Property インスタンスプロパティ

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. このプロパティは、ユーザ通知がNSUserNotificationCenterDelegateのメソッドuserNotificationCenter(_:didActivate:)に送られる時にユーザによって選択されたある追加アクションを指定します。サポートされる値は、NSUserNotification.ActivationTypeにおいて記述されます。

See Also 参照

User Notification Activation Method ユーザ通知活性化メソッド