Contents

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

Related Documentation

Managing the Scheduled Notification Queue