---
title: UIBackgroundFetchResult.noData
framework: uikit
role: symbol
role_heading: Case
path: uikit/uibackgroundfetchresult/nodata
---

# UIBackgroundFetchResult.noData

There was no new data to download.

## Declaration

```swift
case noData
```

## See Also

### Constants

- [UIBackgroundFetchResult.newData](uikit/uibackgroundfetchresult/newdata.md)
- [UIBackgroundFetchResult.failed](uikit/uibackgroundfetchresult/failed.md)
