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

# alert

Display the alert using the content provided by the notification.

## Declaration

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

## See Also

### Constants

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