---
title: hiddenPreviewsBodyPlaceholder
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationcategory/hiddenpreviewsbodyplaceholder
---

# hiddenPreviewsBodyPlaceholder

The placeholder text to display when the system disables notification previews for the app.

## Declaration

```swift
var hiddenPreviewsBodyPlaceholder: String { get }
```

## Discussion

Discussion The string in this property may contain the special characters %u as a placeholder for the number of messages with the same thread identifier. If your app declares this string in a .stringsdict property list, the system formats the preview message using the information in that file. For more information about specifying a .stringsdict property file, see Internationalization and Localization Guide.

## See Also

### Getting the Information

- [identifier](usernotifications/unnotificationcategory/identifier.md)
- [actions](usernotifications/unnotificationcategory/actions.md)
- [intentIdentifiers](usernotifications/unnotificationcategory/intentidentifiers.md)
- [categorySummaryFormat](usernotifications/unnotificationcategory/categorysummaryformat.md)
