Share via


IAVPlayerViewPictureInPictureDelegate.RestoreUserInterface Method

Definition

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

Parameters

playerView
AVPlayerView
completionHandler
Action<Boolean>
Attributes

Applies to