---
title: targetContentIdentifier
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unmutablenotificationcontent/targetcontentidentifier
---

# targetContentIdentifier

The value your app uses to determine which scene to display to handle the notification.

## Declaration

```swift
var targetContentIdentifier: String? { get set }
```

## Discussion

Discussion Use this value to determine the content to show in your app when the user taps the notification.

## See Also

### Configuring app behavior

- [launchImageName](usernotifications/unmutablenotificationcontent/launchimagename.md)
- [badge](usernotifications/unmutablenotificationcontent/badge.md)
