---
title: content
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationrequest/content
---

# content

The content associated with the notification.

## Declaration

```swift
@NSCopying var content: UNNotificationContent { get }
```

## Discussion

Discussion Use this property to access the contents of the notification.

## See Also

### Getting the Request Details

- [identifier](usernotifications/unnotificationrequest/identifier.md)
- [trigger](usernotifications/unnotificationrequest/trigger.md)
