<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "managedappdistribution",
  "identifier" : "/documentation/ManagedAppDistribution/ManagedContentOfferState",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ManagedAppDistribution",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:31_ManagedAppDistribution_SwiftUI0A17ContentOfferStateV"
  },
  "title" : "ManagedContentOfferState"
}
-->

# ManagedContentOfferState

The state for a managed content view offer.

```
struct ManagedContentOfferState
```

## Topics

### Creating states

[`static func custom(title: String) -> ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/custom(title:))

A state with a custom title.

[`static func installing(progress: Double?) -> ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/installing(progress:))

A state indicating install progress.

### Determining installation status

[`static var installed: ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/installed)

A state representing content that’s installed.

[`static var notInstalled: ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/notInstalled)

A state for representing content that isn’t currently installed.

[`static var neverInstalled: ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/neverInstalled)

A state representing content that has never been installed.

[`static var noninteractive: ManagedContentOfferState`](/documentation/ManagedAppDistribution/ManagedContentOfferState/noninteractive)

A state representing content that has no actionable button.

## Relationships

### Conforms To

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

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

---

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)