java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebViewDatabase |
The AmazonWebViewDatabase class is intended to be functionally equivalent to
to the WebViewDatabase
class. See
WebViewDatabase
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The clearFormData() method clears saved data from web forms, and is
intended to be functionally equivalent to the
clearFormData() method. | |||||||||||
The clearHttpAuthUserNamePassword() method clears saved credentials for
HTTP authentication, and is intended to be functionally equivalent to to
the
clearHttpAuthUsernamePassword()
method. | |||||||||||
The clearUsernamePassword() method clears username/password pairs for web
forms, and is intended to be functionally equivalent to the
clearUsernamePassword() method. | |||||||||||
The hasFormData() method gets whether there is saved web form data, and
is intended to be functionally equivalent to the
hasFormData() method. | |||||||||||
The hasHttpAuthUsernamePassword() method gets whether there are saved
HTTP authentication credentials, and is intended to be functionally
equivalent to to the
hasHttpAuthUsernamePassword()
method. | |||||||||||
The hasUsernamePassword() method gets whether there are saved
username/password pairs for web forms, and is intended to be functionally
equivalent to to the
hasUsernamePassword() method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The clearFormData() method clears saved data from web forms, and is
intended to be functionally equivalent to the
clearFormData()
method. See
clearFormData()
for usage.
The clearHttpAuthUserNamePassword() method clears saved credentials for
HTTP authentication, and is intended to be functionally equivalent to to
the
clearHttpAuthUsernamePassword()
method. See
clearHttpAuthUsernamePassword()
for usage.
The clearUsernamePassword() method clears username/password pairs for web
forms, and is intended to be functionally equivalent to the
clearUsernamePassword()
method.
See clearUsernamePassword()
for
usage.
The hasFormData() method gets whether there is saved web form data, and
is intended to be functionally equivalent to the
hasFormData()
method. See
hasFormData()
for usage.
The hasHttpAuthUsernamePassword() method gets whether there are saved
HTTP authentication credentials, and is intended to be functionally
equivalent to to the
hasHttpAuthUsernamePassword()
method. See
hasHttpAuthUsernamePassword()
for
usage.
The hasUsernamePassword() method gets whether there are saved
username/password pairs for web forms, and is intended to be functionally
equivalent to to the
hasUsernamePassword()
method. See
hasUsernamePassword()
for usage.