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

# UNShowPreviewsSetting.always

The notification’s content is always shown, even when the device is locked.

## Declaration

```swift
case always
```

## See Also

### Preview Styes

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