Share via


IAVPlayerViewControllerDelegate.SkipToNextChannel Method

Definition

[Foundation.Export("playerViewController:skipToNextChannel:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SkipToNextChannel(AVKit.AVPlayerViewController playerViewController, Action<bool> completion);
[<Foundation.Export("playerViewController:skipToNextChannel:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SkipToNextChannel : AVKit.AVPlayerViewController * Action<bool> -> unit
override this.SkipToNextChannel : AVKit.AVPlayerViewController * Action<bool> -> unit

Parameters

playerViewController
AVPlayerViewController
completion
Action<Boolean>
Attributes

Applies to