- removeScheduledNotification:
Removes the specified user notification for the scheduled notifications.
指定されたユーザ通知を予定された通知それらから取り除きます。
Availability 有効性
Technology
@property(copy) NSArray
<NSUserNotification
*> *scheduledNotifications;
Newly scheduled notifications are added to the end of the array. You may also bulk-schedule notifications by setting this array. Bulk setting new scheduled notifications unschedules existing notifications. 新しく予定された通知は、配列の終わりに加えられます。あなたはまた、この配列を設定することによって通知を一括に予定するかもしれません。新しい予定された通知を一括設定することは、既存の通知を予定から外します。
Note 注意
The scheduled user notification could be changing to a delivered notification at the time you are calling this method. and if that case the user notification will still be delivered. 予定されたユーザ通知は、あなたがこのメソッドを呼び出している時に、配達された通知に変化していることがありえます。そしてその場合ならばそのユーザ通知はまだ配達されるでしょう。
- removeScheduledNotification: