Share via


AVPlayerViewControllerDelegate.WillPresentInterstitialTimeRange Method

Definition

[Foundation.Export("playerViewController:willPresentInterstitialTimeRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresentInterstitialTimeRange(AVKit.AVPlayerViewController playerViewController, AVKit.AVInterstitialTimeRange interstitial);
[<Foundation.Export("playerViewController:willPresentInterstitialTimeRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresentInterstitialTimeRange : AVKit.AVPlayerViewController * AVKit.AVInterstitialTimeRange -> unit
override this.WillPresentInterstitialTimeRange : AVKit.AVPlayerViewController * AVKit.AVInterstitialTimeRange -> unit

Parameters

playerViewController
AVPlayerViewController

Implements

Attributes

Applies to