---
title: BGAppRefreshTaskRequest
framework: backgroundtasks
role: symbol
role_heading: Class
path: backgroundtasks/bgapprefreshtaskrequest
---

# BGAppRefreshTaskRequest

A request to launch your app in the background to execute a short refresh task.

## Declaration

```swift
class BGAppRefreshTaskRequest
```

## Mentioned in

Choosing Background Strategies for Your App

## Topics

### Initializing a refresh task request

- [init(identifier:)](backgroundtasks/bgapprefreshtaskrequest/init(identifier:).md)

## Relationships

### Inherits From

- [BGTaskRequest](backgroundtasks/bgtaskrequest.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Task requests

- [BGProcessingTaskRequest](backgroundtasks/bgprocessingtaskrequest.md)
- [BGTaskRequest](backgroundtasks/bgtaskrequest.md)
- [BGHealthResearchTaskRequest](backgroundtasks/bghealthresearchtaskrequest.md)
- [BGContinuedProcessingTaskRequest](backgroundtasks/bgcontinuedprocessingtaskrequest.md)
