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

scheduleNotification(_:)

Schedules the specified user notification. 指定されたユーザ通知を予定します。

Declaration 宣言

func scheduleNotification(_ notification: NSUserNotification)

Parameters パラメータ

notification

The user notification. ユーザ通知。

Discussion 議論

Scheduled notifications are added to the end of the notification queue. 予定された通知は、通知キューの終わりに加えられます。

See Also 参照

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

Related Documentation 関連文書