---
title: targetScene
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationresponse/targetscene
---

# targetScene

The scene where the system reflects the user’s response to a notification.

## Declaration

```swift
var targetScene: UIScene? { get }
```

## See Also

### Getting the Response Information

- [actionIdentifier](usernotifications/unnotificationresponse/actionidentifier.md)
- [notification](usernotifications/unnotificationresponse/notification.md)
- [UNNotificationDefaultActionIdentifier](usernotifications/unnotificationdefaultactionidentifier.md)
- [UNNotificationDismissActionIdentifier](usernotifications/unnotificationdismissactionidentifier.md)
