<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 18.2.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCContentSharingPickerObserver",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(pl)SCContentSharingPickerObserver"
  },
  "title" : "SCContentSharingPickerObserver"
}
-->

# SCContentSharingPickerObserver

An observer protocol your app implements to receive messages from the operating system’s content picker.

```
protocol SCContentSharingPickerObserver : NSObjectProtocol
```

## Topics

### Observing events

[`contentSharingPicker(_:didCancelFor:)`](/documentation/ScreenCaptureKit/SCContentSharingPickerObserver/contentSharingPicker(_:didCancelFor:))

Tells the observer that a sharing picker canceled selection for a stream.

[`contentSharingPicker(_:didUpdateWith:for:)`](/documentation/ScreenCaptureKit/SCContentSharingPickerObserver/contentSharingPicker(_:didUpdateWith:for:))

Tells the observer that a sharing picker updated the content filter for a stream.

### Observing errors

[`contentSharingPickerStartDidFailWithError(_:)`](/documentation/ScreenCaptureKit/SCContentSharingPickerObserver/contentSharingPickerStartDidFailWithError(_:))

Tells the observer that a sharing picker was unable to start.



---

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)