Share via


AVPlayerViewDelegate.WillExitFullScreen(AVPlayerView) Method

Definition

[Foundation.Export("playerViewWillExitFullScreen:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillExitFullScreen(AVKit.AVPlayerView playerView);
[<Foundation.Export("playerViewWillExitFullScreen:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillExitFullScreen : AVKit.AVPlayerView -> unit
override this.WillExitFullScreen : AVKit.AVPlayerView -> unit

Parameters

playerView
AVPlayerView

Implements

Attributes

Applies to