<!--
{
  "availability" : [
    "iOS: 26.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessoryNotifications",
  "identifier" : "/documentation/AccessoryNotifications/NotificationsForwarding/AccessoryNotificationsHandler/updateNotification(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Accessory Notifications"
    ],
    "preciseIdentifier" : "s:22AccessoryNotifications0B10ForwardingC0aB7HandlerP18updateNotificationyyAA0aF0VF"
  },
  "title" : "updateNotification(_:)"
}
-->

# updateNotification(_:)

Updates a notification with new content.

```
func updateNotification(_ notification: AccessoryNotification)
```

## Parameters

`notification`

The notification with updated details.

## Discussion

Accessories don’t need to alert the person for notification updates; update the displayed notification content without triggering additional alerts.

---

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)