WebChromeClient.OnHideCustomView Method

Definition

Notify the host application that the current page has exited full screen mode.

[Android.Runtime.Register("onHideCustomView", "()V", "GetOnHideCustomViewHandler")]
public virtual void OnHideCustomView ();
[<Android.Runtime.Register("onHideCustomView", "()V", "GetOnHideCustomViewHandler")>]
abstract member OnHideCustomView : unit -> unit
override this.OnHideCustomView : unit -> unit
Attributes

Remarks

Java documentation for android.webkit.WebChromeClient.onHideCustomView().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to