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

additionalActivationAction

An additional action selected by the user. ユーザによって選択された追加動作。

Declaration 宣言

@property(nullable, readonly, copy) NSUserNotificationAction *additionalActivationAction;

Discussion 議論

This property specifies an additional action selected by the user when the user notification is sent to to the NSUserNotificationCenterDelegate method userNotificationCenter:didActivateNotification:. The supported values are described in NSUserNotificationActivationType. このプロパティは、ユーザ通知がNSUserNotificationCenterDelegateのメソッドuserNotificationCenter:didActivateNotification:に送られる時にユーザによって選択されたある追加アクションを指定します。サポートされる値は、NSUserNotificationActivationTypeにおいて記述されます。

See Also 参照

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