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

# targetContentIdentifier

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

## Declaration

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

## Mentioned in

Generating a remote notification

## Discussion

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

## See Also

### Reading app configuration

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