Share via


AVCustomRoutingControllerDelegate.HandleEvent Method

Definition

[Foundation.Export("customRoutingController:handleEvent:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HandleEvent(AVRouting.AVCustomRoutingController controller, AVRouting.AVCustomRoutingEvent event, AVKit.AVCustomRoutingControllerDelegateCompletionHandler completionHandler);
[<Foundation.Export("customRoutingController:handleEvent:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandleEvent : AVRouting.AVCustomRoutingController * AVRouting.AVCustomRoutingEvent * AVKit.AVCustomRoutingControllerDelegateCompletionHandler -> unit
override this.HandleEvent : AVRouting.AVCustomRoutingController * AVRouting.AVCustomRoutingEvent * AVKit.AVCustomRoutingControllerDelegateCompletionHandler -> unit

Parameters

Implements

Attributes

Applies to