java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebViewClient |
The AmazonWebViewClient class is intended to be functionally equivalent to
to the WebViewClient
class. See
WebViewClient
for usage.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ERROR_AUTHENTICATION | The ERROR_AUTHENTICATION constant is intended to be functionally equivalent to
to the ERROR_AUTHENTICATION constant. |
|||||||||
int | ERROR_BAD_URL | The ERROR_BAD_URL constant is intended to be functionally equivalent to
to the ERROR_BAD_URL constant. |
|||||||||
int | ERROR_CONNECT | The ERROR_CONNECT constant is intended to be functionally equivalent to
to the ERROR_CONNECT constant. |
|||||||||
int | ERROR_FAILED_SSL_HANDSHAKE | The ERROR_FAILED_SSL_HANDSHAKE constant is intended to be functionally equivalent to
to the ERROR_FAILED_SSL_HANDSHAKE constant. |
|||||||||
int | ERROR_FILE | The ERROR_FILE constant is intended to be functionally equivalent to
to the ERROR_FILE constant. |
|||||||||
int | ERROR_FILE_NOT_FOUND | The ERROR_FILE_NOT_FOUND constant is intended to be functionally equivalent to
to the ERROR_FILE_NOT_FOUND constant. |
|||||||||
int | ERROR_HOST_LOOKUP | The ERROR_HOST_LOOKUP constant is intended to be functionally equivalent to
to the ERROR_HOST_LOOKUP constant. |
|||||||||
int | ERROR_IO | The ERROR_IO constant is intended to be functionally equivalent to
to the ERROR_IO constant. |
|||||||||
int | ERROR_OK | The request succeeded. | |||||||||
int | ERROR_PROXY_AUTHENTICATION | The ERROR_PROXY_AUTHENTICATION constant is intended to be functionally equivalent to
to the ERROR_PROXY_AUTHENTICATION constant. |
|||||||||
int | ERROR_REDIRECT_LOOP | The ERROR_REDIRECT_LOOP constant is intended to be functionally equivalent to
to the ERROR_REDIRECT_LOOP constant. |
|||||||||
int | ERROR_TIMEOUT | The ERROR_TIMEOUT constant is intended to be functionally equivalent to
to the ERROR_TIMEOUT constant. |
|||||||||
int | ERROR_TOO_MANY_REQUESTS | The ERROR_TOO_MANY_REQUESTS constant is intended to be functionally equivalent to
to the ERROR_TOO_MANY_REQUESTS constant. |
|||||||||
int | ERROR_UNKNOWN | The ERROR_UNKNOWN constant is intended to be functionally equivalent to
to the ERROR_UNKNOWN constant. |
|||||||||
int | ERROR_UNSUPPORTED_AUTH_SCHEME | The ERROR_UNSUPPORTED_AUTH_SCHEME constant is intended to be functionally equivalent to
to the ERROR_UNSUPPORTED_AUTH_SCHEME constant. |
|||||||||
int | ERROR_UNSUPPORTED_SCHEME | The ERROR_UNSUPPORTED_SCHEME constant is intended to be functionally equivalent to
to the ERROR_UNSUPPORTED_SCHEME constant. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The doUpdateVisitedHistory() method is intended to be functionally equivalent to
to the
doUpdateVisitedHistory(android.webkit.WebView, String, boolean) method. | |||||||||||
The onFormResubmission() method is intended to be functionally equivalent to
to the
onFormResubmission(android.webkit.WebView, android.os.Message, android.os.Message) method. | |||||||||||
The onLoadResource() method is intended to be functionally equivalent to
to the
onLoadResource(android.webkit.WebView, String) method. | |||||||||||
The onPageFinished() method is intended to be functionally equivalent to
to the
onPageFinished(android.webkit.WebView, String) method. | |||||||||||
The onPageStarted() method is intended to be functionally equivalent to
to the
onPageStarted(android.webkit.WebView, String, android.graphics.Bitmap) method. | |||||||||||
The onReceivedError() method is intended to be functionally equivalent to
to the
onReceivedError(android.webkit.WebView, int, String, String) method. | |||||||||||
The onReceivedHttpAuthRequest() method is intended to be functionally equivalent to
to the
onReceivedHttpAuthRequest(WebView, HttpAuthHandler, String, String) method. | |||||||||||
The onReceivedLoginRequest() method is intended to be functionally equivalent to
to the
onReceivedLoginRequest(android.webkit.WebView, String, String, String) method. | |||||||||||
The onReceivedSslError() method is intended to be functionally equivalent to
to the
onReceivedSslError(android.webkit.WebView, SslErrorHandler, android.net.http.SslError) method. | |||||||||||
The onScaleChanged() method is intended to be functionally equivalent to
to the
onScaleChanged(android.webkit.WebView, float, float) method. | |||||||||||
The onTooManyRedirects() method is intended to be functionally equivalent to
to the
onTooManyRedirects(android.webkit.WebView, android.os.Message, android.os.Message) method. | |||||||||||
The onUnhandledKeyEvent() method is intended to be functionally equivalent to
to the
onUnhandledKeyEvent(android.webkit.WebView, android.view.KeyEvent) method. | |||||||||||
The shouldInterceptRequest() method is intended to be functionally equivalent to
to the
shouldInterceptRequest(android.webkit.WebView, String) method. | |||||||||||
The shouldOverrideKeyEvent() method is intended to be functionally equivalent to
to the
shouldOverrideKeyEvent(android.webkit.WebView, android.view.KeyEvent) method. | |||||||||||
The shouldOverrideUrlLoading() method is intended to be functionally equivalent to
to the
shouldOverrideUrlLoading(android.webkit.WebView, String) method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The ERROR_AUTHENTICATION constant is intended to be functionally equivalent to
to the ERROR_AUTHENTICATION
constant. See
ERROR_AUTHENTICATION
for usage.
The ERROR_BAD_URL constant is intended to be functionally equivalent to
to the ERROR_BAD_URL
constant. See
ERROR_BAD_URL
for usage.
The ERROR_CONNECT constant is intended to be functionally equivalent to
to the ERROR_CONNECT
constant. See
ERROR_CONNECT
for usage.
The ERROR_FAILED_SSL_HANDSHAKE constant is intended to be functionally equivalent to
to the ERROR_FAILED_SSL_HANDSHAKE
constant. See
ERROR_FAILED_SSL_HANDSHAKE
for usage.
The ERROR_FILE constant is intended to be functionally equivalent to
to the ERROR_FILE
constant. See
ERROR_FILE
for usage.
The ERROR_FILE_NOT_FOUND constant is intended to be functionally equivalent to
to the ERROR_FILE_NOT_FOUND
constant. See
ERROR_FILE_NOT_FOUND
for usage.
The ERROR_HOST_LOOKUP constant is intended to be functionally equivalent to
to the ERROR_HOST_LOOKUP
constant. See
ERROR_HOST_LOOKUP
for usage.
The request succeeded.
The ERROR_PROXY_AUTHENTICATION constant is intended to be functionally equivalent to
to the ERROR_PROXY_AUTHENTICATION
constant. See
ERROR_PROXY_AUTHENTICATION
for usage.
The ERROR_REDIRECT_LOOP constant is intended to be functionally equivalent to
to the ERROR_REDIRECT_LOOP
constant. See
ERROR_REDIRECT_LOOP
for usage.
The ERROR_TIMEOUT constant is intended to be functionally equivalent to
to the ERROR_TIMEOUT
constant. See
ERROR_TIMEOUT
for usage.
The ERROR_TOO_MANY_REQUESTS constant is intended to be functionally equivalent to
to the ERROR_TOO_MANY_REQUESTS
constant. See
ERROR_TOO_MANY_REQUESTS
for usage.
The ERROR_UNKNOWN constant is intended to be functionally equivalent to
to the ERROR_UNKNOWN
constant. See
ERROR_UNKNOWN
for usage.
The ERROR_UNSUPPORTED_AUTH_SCHEME constant is intended to be functionally equivalent to
to the ERROR_UNSUPPORTED_AUTH_SCHEME
constant. See
ERROR_UNSUPPORTED_AUTH_SCHEME
for usage.
The ERROR_UNSUPPORTED_SCHEME constant is intended to be functionally equivalent to
to the ERROR_UNSUPPORTED_SCHEME
constant. See
ERROR_UNSUPPORTED_SCHEME
for usage.
The doUpdateVisitedHistory() method is intended to be functionally equivalent to
to the doUpdateVisitedHistory(android.webkit.WebView, String, boolean)
method. See
doUpdateVisitedHistory(android.webkit.WebView, String, boolean)
for usage.
The onFormResubmission() method is intended to be functionally equivalent to
to the onFormResubmission(android.webkit.WebView, android.os.Message, android.os.Message)
method. See
onFormResubmission(android.webkit.WebView, android.os.Message, android.os.Message)
for usage.
The onLoadResource() method is intended to be functionally equivalent to
to the onLoadResource(android.webkit.WebView, String)
method. See
onLoadResource(android.webkit.WebView, String)
for usage.
The onPageFinished() method is intended to be functionally equivalent to
to the onPageFinished(android.webkit.WebView, String)
method. See
onPageFinished(android.webkit.WebView, String)
for usage.
The onPageStarted() method is intended to be functionally equivalent to
to the onPageStarted(android.webkit.WebView, String, android.graphics.Bitmap)
method. See
onPageStarted(android.webkit.WebView, String, android.graphics.Bitmap)
for usage.
The onReceivedError() method is intended to be functionally equivalent to
to the onReceivedError(android.webkit.WebView, int, String, String)
method. See
onReceivedError(android.webkit.WebView, int, String, String)
for usage.
The onReceivedHttpAuthRequest() method is intended to be functionally equivalent to
to the onReceivedHttpAuthRequest(WebView, HttpAuthHandler, String, String)
method. See
onReceivedHttpAuthRequest(WebView, HttpAuthHandler, String, String)
for usage.
The onReceivedLoginRequest() method is intended to be functionally equivalent to
to the onReceivedLoginRequest(android.webkit.WebView, String, String, String)
method. See
onReceivedLoginRequest(android.webkit.WebView, String, String, String)
for usage.
The onReceivedSslError() method is intended to be functionally equivalent to
to the onReceivedSslError(android.webkit.WebView, SslErrorHandler, android.net.http.SslError)
method. See
onReceivedSslError(android.webkit.WebView, SslErrorHandler, android.net.http.SslError)
for usage.
The onScaleChanged() method is intended to be functionally equivalent to
to the onScaleChanged(android.webkit.WebView, float, float)
method. See
onScaleChanged(android.webkit.WebView, float, float)
for usage.
The onTooManyRedirects() method is intended to be functionally equivalent to
to the onTooManyRedirects(android.webkit.WebView, android.os.Message, android.os.Message)
method. See
onTooManyRedirects(android.webkit.WebView, android.os.Message, android.os.Message)
for usage.
The onUnhandledKeyEvent() method is intended to be functionally equivalent to
to the onUnhandledKeyEvent(android.webkit.WebView, android.view.KeyEvent)
method. See
onUnhandledKeyEvent(android.webkit.WebView, android.view.KeyEvent)
for usage.
The shouldInterceptRequest() method is intended to be functionally equivalent to
to the shouldInterceptRequest(android.webkit.WebView, String)
method. See
shouldInterceptRequest(android.webkit.WebView, String)
for usage.
The shouldOverrideKeyEvent() method is intended to be functionally equivalent to
to the shouldOverrideKeyEvent(android.webkit.WebView, android.view.KeyEvent)
method. See
shouldOverrideKeyEvent(android.webkit.WebView, android.view.KeyEvent)
for usage.
The shouldOverrideUrlLoading() method is intended to be functionally equivalent to
to the shouldOverrideUrlLoading(android.webkit.WebView, String)
method. See
shouldOverrideUrlLoading(android.webkit.WebView, String)
for usage.