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

# LockedCameraCaptureManager.SessionContentUpdate

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

```
enum SessionContentUpdate
```

## Topics

### Enumeration Cases

[`case added(url: URL)`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/SessionContentUpdate/added(url:))

A URL to a directory of added session content.

[`case initial(urls: [URL])`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/SessionContentUpdate/initial(urls:))

URLs to directories of the current session content available when beginning observation of
[`sessionContentUpdates`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/sessionContentUpdates).

[`case removed(url: URL)`](/documentation/LockedCameraCapture/LockedCameraCaptureManager/SessionContentUpdate/removed(url:))

A URL to a directory of removed session content.

## 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)