---
title: UNAlertStyle
framework: usernotifications
role: symbol
role_heading: Enumeration
path: usernotifications/unalertstyle
---

# UNAlertStyle

Constants indicating the presentation styles for alerts.

## Declaration

```swift
enum UNAlertStyle
```

## Topics

### Presentation Styles

- [UNAlertStyle.none](usernotifications/unalertstyle/none.md)
- [UNAlertStyle.banner](usernotifications/unalertstyle/banner.md)
- [UNAlertStyle.alert](usernotifications/unalertstyle/alert.md)

### Initializers

- [init(rawValue:)](usernotifications/unalertstyle/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)
- [showPreviewsSetting](usernotifications/unnotificationsettings/showpreviewssetting.md)
- [UNShowPreviewsSetting](usernotifications/unshowpreviewssetting.md)
- [providesAppNotificationSettings](usernotifications/unnotificationsettings/providesappnotificationsettings.md)
