AVContinuityDevicePickerViewControllerDelegate
An interface that responds to events from a continuity device picker view controller.
Declaration
protocol AVContinuityDevicePickerViewControllerDelegate : NSObjectProtocolOverview
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
See Also
tvOS playback and capture
Customizing the tvOS Playback ExperiencePresenting Navigation MarkersWorking with Interstitial ContentPresenting Content Proposals in tvOSWorking with Overlays and Parental Controls in tvOSSupporting Continuity Camera in your tvOS appAVPlayerViewControllerAVPlayerViewControllerDelegateAVInterstitialTimeRangeAVNavigationMarkersGroupAVContentProposalViewControllerAVDisplayManagerAVContinuityDevicePickerViewController