---
title: list
framework: usernotifications
role: symbol
role_heading: Type Property
path: usernotifications/unnotificationpresentationoptions/list
---

# list

Show the notification in Notification Center.

## Declaration

```swift
static var list: UNNotificationPresentationOptions { get }
```

## See Also

### Constants

- [badge](usernotifications/unnotificationpresentationoptions/badge.md)
- [banner](usernotifications/unnotificationpresentationoptions/banner.md)
- [sound](usernotifications/unnotificationpresentationoptions/sound.md)
- [alert](usernotifications/unnotificationpresentationoptions/alert.md)
