var deliveredNotifications : [NSUserNotification]
An array of all user notifications delivered to the notification center.
通知センターに配達された全てのユーザ通知からなる配列。
func removeDeliveredNotification (NSUserNotification)
Remove a delivered user notification from the user notification center.
配達されたユーザ通知をユーザ通知センターから取り除きます。
func removeAllDeliveredNotifications ()
Remove all delivered user notifications from the user notification center.
全ての配達されたユーザ通知をユーザ通知センターから取り除きます。