---
title: UNShowPreviewsSetting
framework: usernotifications
role: symbol
role_heading: Enumeration
path: usernotifications/unshowpreviewssetting
---

# UNShowPreviewsSetting

Constants indicating the style previewing a notification’s content.

## Declaration

```swift
enum UNShowPreviewsSetting
```

## Topics

### Preview Styes

- [UNShowPreviewsSetting.always](usernotifications/unshowpreviewssetting/always.md)
- [UNShowPreviewsSetting.whenAuthenticated](usernotifications/unshowpreviewssetting/whenauthenticated.md)
- [UNShowPreviewsSetting.never](usernotifications/unshowpreviewssetting/never.md)

### Initializers

- [init(rawValue:)](usernotifications/unshowpreviewssetting/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting Interface Settings

- [alertStyle](usernotifications/unnotificationsettings/alertstyle.md)
- [UNAlertStyle](usernotifications/unalertstyle.md)
- [showPreviewsSetting](usernotifications/unnotificationsettings/showpreviewssetting.md)
- [providesAppNotificationSettings](usernotifications/unnotificationsettings/providesappnotificationsettings.md)
