Instance Property
インスタンスプロパティ
additionalActivationAction
An additional action selected by the user.
ユーザによって選択された追加動作。
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
ユーザ通知活性化メソッド