Share via


IAVCustomRoutingControllerDelegate Interface

Definition

This interface represents the Objective-C protocol AVCustomRoutingControllerDelegate.

[Foundation.Protocol(Name="AVCustomRoutingControllerDelegate", WrapperType=typeof(AVKit.AVCustomRoutingControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleEvent", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDAVCustomRoutingControllerDelegateCompletionHandler) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingEvent), typeof(AVKit.AVCustomRoutingControllerDelegateCompletionHandler) }, Selector="customRoutingController:handleEvent:completionHandler:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EventDidTimeOut", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingEvent) }, Selector="customRoutingController:eventDidTimeOut:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingActionItem) }, Selector="customRoutingController:didSelectItem:")]
public interface IAVCustomRoutingControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AVCustomRoutingControllerDelegate", WrapperType=typeof(AVKit.AVCustomRoutingControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleEvent", ParameterBlockProxy=new System.Type[] { null, null, typeof(ObjCRuntime.Trampolines+NIDAVCustomRoutingControllerDelegateCompletionHandler) }, ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingEvent), typeof(AVKit.AVCustomRoutingControllerDelegateCompletionHandler) }, Selector="customRoutingController:handleEvent:completionHandler:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="EventDidTimeOut", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingEvent) }, Selector="customRoutingController:eventDidTimeOut:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectItem", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AVRouting.AVCustomRoutingController), typeof(AVRouting.AVCustomRoutingActionItem) }, Selector="customRoutingController:didSelectItem:")>]
type IAVCustomRoutingControllerDelegate = 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