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

additionalActions

The actions that can be taken on a notification in addition to the default action. 省略時の動作に加えてある通知上でとられることができる動作。

Declaration 宣言

var additionalActions: [NSUserNotificationAction]? { get set }

Discussion 議論

This array contains NSUserNotificationAction objects that describe the different actions for a notification in addition to the default action described by actionButtonTitle. この配列はNSUserNotificationActionオブジェクトを含みます、それはactionButtonTitleによって記述される省略時の動作に加えてある通知に対して異なる動作を記述します。

See Also 参照

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

Related Documentation 関連文書