scheduledNotifications
Specifies an array of scheduled user notifications that have not yet been delivered.
まだ配達されていない予定されたユーザ通知からなる配列を指定します。
Availability 有効性
Technology
- (void)removeScheduledNotification:(NSUserNotification
*)notification;
notification
The user notification. ユーザ通知。
If the user notification’s delivery
occurs before the cancellation finishes, the notification may still be delivered.
ユーザ通知のもつdelivery
がこの取り消しが完了する前に発生するならば、通知はまだ配達されるかもしれません。
If the notification is not in the scheduled list, nothing happens. 通知が予定の中にないならば、何も起こりません。
scheduledNotifications