Share via


IAVContinuityDevicePickerViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol AVContinuityDevicePickerViewControllerDelegate.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="AVContinuityDevicePickerViewControllerDelegate", WrapperType=typeof(AVKit.AVContinuityDevicePickerViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginPresenting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerWillBeginPresenting:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidConnectDevice", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController), typeof(AVFoundation.AVContinuityDevice) }, Selector="continuityDevicePicker:didConnectDevice:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCancel", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerDidCancel:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndPresenting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerDidEndPresenting:")]
public interface IAVContinuityDevicePickerViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="AVContinuityDevicePickerViewControllerDelegate", WrapperType=typeof(AVKit.AVContinuityDevicePickerViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginPresenting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerWillBeginPresenting:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidConnectDevice", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController), typeof(AVFoundation.AVContinuityDevice) }, Selector="continuityDevicePicker:didConnectDevice:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCancel", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerDidCancel:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndPresenting", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AVKit.AVContinuityDevicePickerViewController) }, Selector="continuityDevicePickerDidEndPresenting:")>]
type IAVContinuityDevicePickerViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to