<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LockedCameraCapture",
  "identifier" : "/documentation/LockedCameraCapture/LockedCameraCaptureManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "LockedCameraCapture"
    ],
    "preciseIdentifier" : "s:19LockedCameraCapture0abC7ManagerC"
  },
  "title" : "LockedCameraCaptureManager"
}
-->

# LockedCameraCaptureManager

An object that provides handling of captured content and transitioning to the extension’s containing app.

```
final class LockedCameraCaptureManager
```

## Topics

### Instance Properties

[`var sessionContentURLs: [URL]`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/sessionContentURLs)

An array of URLs that each point to a directory containing captured content.

[`var sessionContentUpdates: some AsyncSequence<LockedCameraCaptureManager.SessionContentUpdate, Never>`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/sessionContentUpdates)

An `AsyncSequence` to process captured content from your capture extension.

### Instance Methods

[`func beginDelayingAppearance()`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/beginDelayingAppearance())

Tells the system that the application wants to delay the application launch during a transition between the extension and the application

[`func endDelayingAppearance()`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/endDelayingAppearance())

Tells the system that the application is ready to appear after delaying the appearance during a transition between the extension and the application

[`func invalidateSessionContent(at: URL) async throws`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/invalidateSessionContent(at:))

Tells the system that the app no longer needs the directory at the URL and it can be deleted.

### Type Properties

[`static let shared: LockedCameraCaptureManager`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/shared)

The shared instance of the manager.

### Enumerations

[`enum SessionContentUpdate`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/SessionContentUpdate)

URLs provided by the [`sessionContentUpdates`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/sessionContentUpdates) `AsyncSequence`.

## Relationships

### Conforms To

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

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

---

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)