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

deliveredNotifications

An array of all user notifications delivered to the notification center. 通知センターに配達された全てのユーザ通知からなる配列。

Declaration 宣言

var deliveredNotifications: [NSUserNotification] { get }

Discussion 議論

The number of notifications the user actually sees in the user interface may be less than the size of this array. ユーザーインターフェイスにおいてユーザが実際に見た通知の数は、この配列の数より少ないかもしれません。

Note that these may or may not have been actually presented to the user. See the isPresented property in the NSUserNotification class. それらはユーザに実際に提示されるかもしれないししないかもしれないことに注意してください。isPresentedプロパティをNSUserNotificationクラスにおいて見てください。

See Also 参照

Managing the Delivered Notifications 配達された通知を管理する