---
title: notificationResponse
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/connectionoptions/notificationresponse
---

# notificationResponse

A person’s response to one of your app’s notifications.

## Declaration

```swift
var notificationResponse: UNNotificationResponse? { get }
```

## Discussion

Discussion When UIKit connects a scene in order to process a notification, it puts the response object in this property. Use the information in this object to configure your scene. If a person selected one of the notification’s actions, perform that action.
