<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINotificationFeedbackGenerator/FeedbackType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINotificationFeedbackType"
  },
  "title" : "UINotificationFeedbackGenerator.FeedbackType"
}
-->

# UINotificationFeedbackGenerator.FeedbackType

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

```
enum FeedbackType
```

## Topics

### Constants

[`UINotificationFeedbackTypeError`](/documentation/UIKit/UINotificationFeedbackGenerator/FeedbackType/error)

A notification feedback type that indicates a task has failed.

[`UINotificationFeedbackTypeSuccess`](/documentation/UIKit/UINotificationFeedbackGenerator/FeedbackType/success)

A notification feedback type that indicates a task has completed successfully.

[`UINotificationFeedbackTypeWarning`](/documentation/UIKit/UINotificationFeedbackGenerator/FeedbackType/warning)

A notification feedback type that indicates a task has produced a warning.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)