Share via


AVPlayerViewDelegate.WillEnterFullScreen(AVPlayerView) Method

Definition

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

Parameters

playerView
AVPlayerView

Implements

Attributes

Applies to