Android.Webkit.WebViewDatabase Members

The members of Android.Webkit.WebViewDatabase are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Fields

const
Logtagstring. Documentation for this section has not yet been entered.

Public Properties

[read-only]
HasFormDatabool. Gets whether there is any saved data for web forms.
[read-only]
HasHttpAuthUsernamePasswordbool. Gets whether there are any saved credentials for HTTP authentication.
[read-only]
HasUsernamePasswordbool. Gets whether there are any saved username/password pairs for web forms.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ClearFormData()
Clears any saved data for web forms.
ClearHttpAuthUsernamePassword()
Clears any saved credentials for HTTP authentication.
ClearUsernamePassword()
Clears any saved username/password pairs for web forms.
static
GetInstance(Android.Content.Context) : WebViewDatabase