<!--
{
  "availability" : [
    "macOS: 10.8.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserNotificationCenter/scheduleNotification(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserNotificationCenter(im)scheduleNotification:"
  },
  "title" : "scheduleNotification(_:)"
}
-->

# scheduleNotification(_:)

Schedules the specified user notification.

```
func scheduleNotification(_ notification: NSUserNotification)
```

## Parameters

`notification`

The user notification.

## Discussion

Scheduled notifications are added to the end of the notification queue.

## See Also

[`deliver(_:)`](/documentation/Foundation/NSUserNotificationCenter/deliver(_:))

Deliver the specified user notification.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)