---
title: WKBackgroundFetchResult
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkbackgroundfetchresult
---

# WKBackgroundFetchResult

The result of an attempt to download the content associated with a remote notification.

## Declaration

```swift
enum WKBackgroundFetchResult
```

## Topics

### Fetch Results

- [WKBackgroundFetchResult.failed](watchkit/wkbackgroundfetchresult/failed.md)
- [WKBackgroundFetchResult.newData](watchkit/wkbackgroundfetchresult/newdata.md)
- [WKBackgroundFetchResult.noData](watchkit/wkbackgroundfetchresult/nodata.md)

### Initializers

- [init(rawValue:)](watchkit/wkbackgroundfetchresult/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

### Managing remote notifications

- [didRegisterForRemoteNotifications(withDeviceToken:)](watchkit/wkapplicationdelegate/didregisterforremotenotifications(withdevicetoken:).md)
- [didFailToRegisterForRemoteNotificationsWithError(_:)](watchkit/wkapplicationdelegate/didfailtoregisterforremotenotificationswitherror(_:).md)
- [didReceiveRemoteNotification(_:fetchCompletionHandler:)](watchkit/wkapplicationdelegate/didreceiveremotenotification(_:fetchcompletionhandler:).md)
