---
title: appContext
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/cameracaptureintent/appcontext-swift.type.property
---

# appContext

An app context that an app can use to pass necessary information to the sandboxed capture extension. The system will retrieve this app context when necessary and inject it for use during

## Declaration

```swift
static var appContext: Self.AppContext? { get async throws }
```
