Instance Property
インスタンスプロパティ
additionalActions
The actions that can be taken on a notification in addition to the default action.
省略時の動作に加えてある通知上でとられることができる動作。
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
関連文書
var otherButtonTitle: String
Specifies a custom title for the close button in an alert-style notification.
警告形式通知におけるクローズボタンのカスタムタイトルを指定します。