WebkitWebViewDatabase
WebkitWebViewDatabase
Functions:
- ClearFormData As String
Clears any saved data for web forms.
Added in API level 1.
Deprecated in API level 26.
- ClearHttpAuthUsernamePassword As String
Clears any saved credentials for HTTP authentication. This method only clears the username and password stored in WebViewDatabase instance.
Added in API level 1.
- ClearUsernamePassword As String
Clears any saved username/password pairs for web forms. Note that these are unrelated to HTTP authentication credentials.
Added in API level 1.
Deprecated in API level 18.
- GetHttpAuthUsernamePassword (Host As String, Realm As String) As String()
Retrieves HTTP authentication credentials for a given host and realm from the WebViewDatabase instance.
Added in API level 26.
- Initialize As String
Initializes new instance of android.webkit.WebViewDatabase as WebkitWebViewDatabase for B4A.
Added in API level 1.
- SetHttpAuthUsernamePassword (Host As String, Realm As String, UserName As String, Password As String) As String
Stores HTTP authentication credentials for a given host and realm to the WebViewDatabase instance.
Added in API level 26.
- IsInitialized As Boolean
Tests whether the object has been initialized.
Properties:
- HasFormData As Boolean [read only]
Gets whether there is any saved data for web forms.
Added in API level 1.
Deprecated in API level 26.
- HasHttpAuthUsernamePassword As Boolean [read only]
Gets whether there are any saved credentials for HTTP authentication.
Added in API level 1.
- HasUsernamePassword As Boolean [read only]
Gets whether there are any saved username/password pairs for web forms. Note that these are unrelated to HTTP authentication credentials.
Added in API level 1.
Deprecated in API level 18.