WebView.ClearView Method

Definition

Caution

deprecated

Clears this WebView so that onDraw() will draw nothing but white background, and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.

[Android.Runtime.Register("clearView", "()V", "GetClearViewHandler")]
[System.Obsolete("deprecated")]
public virtual void ClearView ();
[<Android.Runtime.Register("clearView", "()V", "GetClearViewHandler")>]
[<System.Obsolete("deprecated")>]
abstract member ClearView : unit -> unit
override this.ClearView : unit -> unit
Attributes

Remarks

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