---
title: UIUserNotificationType
framework: uikit
role: symbol
role_heading: Structure
path: uikit/uiusernotificationtype
---

# UIUserNotificationType

Constants indicating how the app alerts the user when a local or push notification arrives.

## Declaration

```swift
struct UIUserNotificationType
```

## Topics

### Constants

- [badge](uikit/uiusernotificationtype/badge.md)
- [sound](uikit/uiusernotificationtype/sound.md)
- [alert](uikit/uiusernotificationtype/alert.md)

### Initializers

- [init(rawValue:)](uikit/uiusernotificationtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
