<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: 16.1.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/BAContentRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "c:@E@BAContentRequest"
  },
  "title" : "BAContentRequest"
}
-->

# BAContentRequest

A type that indicates the purpose of a content download request.

```
enum BAContentRequest
```

## Topics

### Content request types

[`case install`](/documentation/BackgroundAssets/BAContentRequest/install)

A content request resulting from the installation of the app.

[`case periodic`](/documentation/BackgroundAssets/BAContentRequest/periodic)

A content request resulting from a system request for updated content within the app.

[`case update`](/documentation/BackgroundAssets/BAContentRequest/update)

A content request resulting from an update of the app.

[`case languageChange`](/documentation/BackgroundAssets/BAContentRequest/languageChange)

A content request resulting from someone changing the app’s preferred language.

### Initializers

[`init?(rawValue: Int)`](/documentation/BackgroundAssets/BAContentRequest/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)