Contents

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.

See Also

Managing the Delivered Notifications