Share via


AVPlayerViewControllerDelegate.SkipToNextChannel Method

Definition

[Foundation.Export("playerViewController:skipToNextChannel:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SkipToNextChannel(AVKit.AVPlayerViewController playerViewController, Action<bool> completion);
[<Foundation.Export("playerViewController:skipToNextChannel:")>]
[<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>

Implements

Attributes

Applies to