Share via


AVPlayerViewControllerDelegate.SkipToPreviousChannel Method

Definition

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

Parameters

playerViewController
AVPlayerViewController
completion
Action<Boolean>

Implements

Attributes

Applies to