<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/CameraCaptureIntent/AppContext-swift.associatedtype",
  "metadataVersion" : "0.1.0",
  "role" : "Associated Type",
  "symbol" : {
    "kind" : "Associated Type",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents19CameraCaptureIntentP0A7ContextQa"
  },
  "title" : "AppContext"
}
-->

# AppContext

Container type used for storing and retrieving app specific information
that can be accessed whenever (and wherever) this intent gets run

```
associatedtype AppContext : Decodable, Encodable, Sendable = Never
```

## Discussion

Default Value: `Never`

---

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)