Android.Webkit.WebView.ClearFormData Method
Removes the autocomplete popup from the currently focused form field, if present.

Syntax

[Android.Runtime.Register("clearFormData", "()V", "GetClearFormDataHandler")]
public virtual void ClearFormData ()

Remarks

Removes the autocomplete popup from the currently focused form field, if present. Note this only affects the display of the autocomplete popup, it does not remove any saved form data from this WebView's store. To do that, use WebViewDatabase.ClearFormData.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1