---
title: "didReceive(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkusernotificationinterfacecontroller/didreceive(_:)"
---

# didReceive(_:)

Delivers a notification object to your interface controller for processing.

## Declaration

```swift
func didReceive(_ notification: UNNotification)
```

## See Also

### Processing the Notification

- [didReceive(_:withCompletion:)](watchkit/wkusernotificationinterfacecontroller/didreceive(_:withcompletion:).md)
