Share via


AVPlayerViewDelegate.RestoreUserInterfaceForFullScreenExit Method

Definition

[Foundation.Export("playerView:restoreUserInterfaceForFullScreenExitWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RestoreUserInterfaceForFullScreenExit(AVKit.AVPlayerView playerView, Action<bool> completionHandler);
[<Foundation.Export("playerView:restoreUserInterfaceForFullScreenExitWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RestoreUserInterfaceForFullScreenExit : AVKit.AVPlayerView * Action<bool> -> unit
override this.RestoreUserInterfaceForFullScreenExit : AVKit.AVPlayerView * Action<bool> -> unit

Parameters

playerView
AVPlayerView
completionHandler
Action<Boolean>

Implements

Attributes

Applies to