---
title: UINotificationFeedbackGenerator.FeedbackType
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uinotificationfeedbackgenerator/feedbacktype
---

# UINotificationFeedbackGenerator.FeedbackType

The type of notification that a notification feedback generator object generates.

## Declaration

```swift
enum FeedbackType
```

## Topics

### Constants

- [UINotificationFeedbackGenerator.FeedbackType.error](uikit/uinotificationfeedbackgenerator/feedbacktype/error.md)
- [UINotificationFeedbackGenerator.FeedbackType.success](uikit/uinotificationfeedbackgenerator/feedbacktype/success.md)
- [UINotificationFeedbackGenerator.FeedbackType.warning](uikit/uinotificationfeedbackgenerator/feedbacktype/warning.md)

### Initializers

- [init(rawValue:)](uikit/uinotificationfeedbackgenerator/feedbacktype/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

### Producing notification feedback

- [notificationOccurred(_:)](uikit/uinotificationfeedbackgenerator/notificationoccurred(_:).md)
- [notificationOccurred(_:at:)](uikit/uinotificationfeedbackgenerator/notificationoccurred(_:at:).md)
