---
title: UNShowPreviewsSetting.never
framework: usernotifications
role: symbol
role_heading: Case
path: usernotifications/unshowpreviewssetting/never
---

# UNShowPreviewsSetting.never

The notification’s content is never shown, even when the device is unlocked

## Declaration

```swift
case never
```

## See Also

### Preview Styes

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