---
title: informativeText
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/informativetext
---

# informativeText

The body text of the notification.

## Declaration

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

## Discussion

Discussion This value should be localized as it is presented to the user. The string is truncated to a length appropriate for display and the property is modified to reflect the truncation.

## See Also

### Display Information

- [title](foundation/nsusernotification/title.md)
- [subtitle](foundation/nsusernotification/subtitle.md)
- [contentImage](foundation/nsusernotification/contentimage.md)
- [identifier](foundation/nsusernotification/identifier.md)
- [response](foundation/nsusernotification/response.md)
- [responsePlaceholder](foundation/nsusernotification/responseplaceholder.md)
