<!--
{
  "availability" : [
    "iOS: 8.0.0 - 14.0.0",
    "iPadOS: 8.0.0 - 14.0.0",
    "macCatalyst: 8.0.0 - 14.0.0",
    "macOS: 10.10.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "NotificationCenter",
  "identifier" : "/documentation/NotificationCenter/NCUpdateResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Notification Center"
    ],
    "preciseIdentifier" : "c:@E@NCUpdateResult"
  },
  "title" : "NCUpdateResult"
}
-->

# NCUpdateResult

The result of updating a widget’s state.

```
enum NCUpdateResult
```

## Topics

### Constants

[`NCUpdateResultNewData`](/documentation/NotificationCenter/NCUpdateResult/newData)

The update resulted in new data to display.

[`NCUpdateResultNoData`](/documentation/NotificationCenter/NCUpdateResult/noData)

The update did not result in any new data since the last update.

[`NCUpdateResultFailed`](/documentation/NotificationCenter/NCUpdateResult/failed)

The update attempt failed.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)