Instance Method インスタンスメソッド

removeScheduledNotification(_:)

Removes the specified user notification for the scheduled notifications. 指定されたユーザ通知を予定された通知それらから取り除きます。

Declaration 宣言

func removeScheduledNotification(_ notification: NSUserNotification)

Parameters パラメータ

notification

The user notification. ユーザ通知。

Discussion 議論

If the user notification’s deliveryDate occurs before the cancellation finishes, the notification may still be delivered. ユーザ通知のもつdeliveryDateがこの取り消しが完了する前に発生するならば、通知はまだ配達されるかもしれません。

If the notification is not in the scheduled list, nothing happens. 通知が予定の中にないならば、何も起こりません。

See Also 参照

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