<!--
{
  "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

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

A notification feedback type that indicates a task has failed.

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

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

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

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



---

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)