Instance Property インスタンスプロパティ

scheduledNotifications

Specifies an array of scheduled user notifications that have not yet been delivered. まだ配達されていない予定されたユーザ通知からなる配列を指定します。

Declaration 宣言

var scheduledNotifications: [NSUserNotification] { get set }

Discussion 議論

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. 新しく予定された通知は、配列の終わりに加えられます。あなたはまた、この配列を設定することによって通知を一括に予定するかもしれません。新しい予定された通知を一括設定することは、既存の通知を予定から外します。

See Also 参照

Managing the Scheduled Notification Queue 予定された通知キューを管理する