---
title: AppContext
framework: appintents
role: symbol
role_heading: Associated Type
path: appintents/cameracaptureintent/appcontext-swift.associatedtype
---

# AppContext

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

## Declaration

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

## Discussion

Discussion Default Value: Never
