---
title: AVContinuityDevicePickerViewControllerDelegate
framework: avkit
role: symbol
role_heading: Protocol
path: avkit/avcontinuitydevicepickerviewcontrollerdelegate
---

# AVContinuityDevicePickerViewControllerDelegate

An interface that responds to events from a continuity device picker view controller.

## Declaration

```swift
protocol AVContinuityDevicePickerViewControllerDelegate : NSObjectProtocol
```

## Overview

Overview Your app can respond to the various outcome events from an AVContinuityDevicePickerViewController instance with the following steps: Adopt the AVContinuityDevicePickerViewControllerDelegate protocol with one of the app’s classes. Create an instance of that class. Assign that instance to the view controller’s delegate property.

## Topics

### Responding to continuity device events

- [continuityDevicePickerWillBeginPresenting(_:)](avkit/avcontinuitydevicepickerviewcontrollerdelegate/continuitydevicepickerwillbeginpresenting(_:).md)
- [continuityDevicePickerDidCancel(_:)](avkit/avcontinuitydevicepickerviewcontrollerdelegate/continuitydevicepickerdidcancel(_:).md)
- [continuityDevicePicker(_:didConnect:)](avkit/avcontinuitydevicepickerviewcontrollerdelegate/continuitydevicepicker(_:didconnect:).md)
- [continuityDevicePickerDidEndPresenting(_:)](avkit/avcontinuitydevicepickerviewcontrollerdelegate/continuitydevicepickerdidendpresenting(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### tvOS playback and capture

- [Customizing the tvOS Playback Experience](avkit/customizing-the-tvos-playback-experience.md)
- [Presenting Navigation Markers](avkit/presenting-navigation-markers.md)
- [Working with Interstitial Content](avkit/working-with-interstitial-content.md)
- [Presenting Content Proposals in tvOS](avkit/presenting-content-proposals-in-tvos.md)
- [Working with Overlays and Parental Controls in tvOS](avkit/working-with-overlays-and-parental-controls-in-tvos.md)
- [Supporting Continuity Camera in your tvOS app](avkit/supporting-continuity-camera-in-your-tvos-app.md)
- [AVPlayerViewController](avkit/avplayerviewcontroller.md)
- [AVPlayerViewControllerDelegate](avkit/avplayerviewcontrollerdelegate.md)
- [AVInterstitialTimeRange](avkit/avinterstitialtimerange.md)
- [AVNavigationMarkersGroup](avkit/avnavigationmarkersgroup.md)
- [AVContentProposalViewController](avkit/avcontentproposalviewcontroller.md)
- [AVDisplayManager](avkit/avdisplaymanager.md)
- [AVContinuityDevicePickerViewController](avkit/avcontinuitydevicepickerviewcontroller.md)
- [Third-party casting support](avkit/third-party-casting-support.md)
