Share via


AVPlayerViewControllerDelegate.DidPresentInterstitialTimeRange Method

Definition

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

Parameters

playerViewController
AVPlayerViewController

Implements

Attributes

Applies to