---
title: "updateNotification(_:)"
framework: accessorynotifications
role: symbol
role_heading: Instance Method
path: "accessorynotifications/notificationsforwarding/accessorynotificationshandler/updatenotification(_:)"
---

# updateNotification(_:)

Updates a notification with new content.

## Declaration

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

## Parameters

- `notification`: The notification with updated details.

## Discussion

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