func deliver(NSUserNotification)
func removeDeliveredNotification (NSUserNotification)
func removeAllDeliveredNotifications ()
Availability 有効性
Technology
var deliveredNotifications: [NSUserNotification
] { get }
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 is
property in the NSUser
class.
それらはユーザに実際に提示されるかもしれないししないかもしれないことに注意してください。is
プロパティをNSUser
クラスにおいて見てください。
Note 注意
A scheduled user notification that specifies a delivery
remains in the scheduled
list, even though it has been delivered. The item that goes into the delivered
list is a copy of the user notification item.
delivery
を指定するある予定されたユーザ通知は、scheduled
リストにとどまります、たとえそれが配達されてしまった後でも。delivered
リストに置かれる項目は、ユーザ通知項目のコピーです。
func deliver(NSUserNotification)
func removeDeliveredNotification (NSUserNotification)
func removeAllDeliveredNotifications ()