java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebChromeClient |
The AmazonWebChromeClient class is intended to be functionally equivalent to
to the WebChromeClient
class. See
WebChromeClient
for usage.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AmazonWebChromeClient.CustomViewCallback | The CustomViewCallback interface is intended to be functionally equivalent to
to the WebChromeClient.CustomViewCallback interface. |
||||||||||
AmazonWebChromeClient.OnCreateWindowCallback | The OnCreateWindowCallback interface is used in onCreateWindow(AmazonWebView, boolean, boolean, Bundle, AmazonWebChromeClient.OnCreateWindowCallback)
to handle window creation without any explicit down casts. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The getVisitedHistory() method is intended to be functionally equivalent to
to the
getVisitedHistory(ValueCallback) method. | |||||||||||
The onCloseWindow() method is intended to be functionally equivalent to
to the
onCloseWindow(WebView) method. | |||||||||||
The onConsoleMessage() method is intended to be functionally equivalent to
to the
onConsoleMessage(ConsoleMessage) method. | |||||||||||
The onConsoleMessage() method is intended to be functionally equivalent to
to the
onConsoleMessage(String, int, String) method. | |||||||||||
Modified interface of
onCreateWindow(WebView, boolean, boolean, Message) to allow us to
cleanly handle window creation without any explicit down casts. | |||||||||||
The onExceededDatabaseQuota() method is intended to be functionally equivalent to
to the
onExceededDatabaseQuota(String, String, long, long, long, WebStorage.QuotaUpdater) method. | |||||||||||
The onGeolocationPermissionsHidePrompt() method is intended to be functionally equivalent to
to the
onGeolocationPermissionsHidePrompt() method. | |||||||||||
The onGeolocationPermissionsShowPrompt() method is intended to be functionally equivalent to
to the
onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback) method. | |||||||||||
The onHideCustomView() method is intended to be functionally equivalent to
to the
onHideCustomView() method. | |||||||||||
The onJsAlert() method is intended to be functionally equivalent to
to the
onJsAlert(WebView, String, String, JsResult) method. | |||||||||||
The onJsBeforeUnload() method is intended to be functionally equivalent to
to the
onJsBeforeUnload(WebView, String, String, JsResult) method. | |||||||||||
The onJsConfirm() method is intended to be functionally equivalent to
to the
onJsConfirm(WebView, String, String, JsResult) method. | |||||||||||
The onJsPrompt() method is intended to be functionally equivalent to
to the
onJsPrompt(WebView, String, String, String, JsPromptResult) method. | |||||||||||
The onProgressChanged() method is intended to be functionally equivalent to
to the
onProgressChanged(WebView, int) method. | |||||||||||
The onReachedMaxAppCacheSize() method is intended to be functionally equivalent to
to the
onReachedMaxAppCacheSize(long, long, WebStorage.QuotaUpdater) method. | |||||||||||
The onReceivedIcon() method is intended to be functionally equivalent to
to the
onReceivedIcon(WebView, android.graphics.Bitmap) method. | |||||||||||
The onReceivedTitle() method is intended to be functionally equivalent to
to the
onReceivedTitle(WebView, String) method. | |||||||||||
The onRequestFocus() method is intended to be functionally equivalent to
to the
onRequestFocus(WebView) method. | |||||||||||
The onShowCustomView() method is intended to be functionally equivalent to
to the
onShowCustomView(android.view.View, WebChromeClient.CustomViewCallback) method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The getVisitedHistory() method is intended to be functionally equivalent to
to the getVisitedHistory(ValueCallback)
method. See
getVisitedHistory(ValueCallback)
for usage.
The onCloseWindow() method is intended to be functionally equivalent to
to the onCloseWindow(WebView)
method. See
onCloseWindow(WebView)
for usage.
The onConsoleMessage() method is intended to be functionally equivalent to
to the onConsoleMessage(ConsoleMessage)
method. See
onConsoleMessage(ConsoleMessage)
for usage.
The onConsoleMessage() method is intended to be functionally equivalent to
to the onConsoleMessage(String, int, String)
method. See
onConsoleMessage(String, int, String)
for usage.
Modified interface of onCreateWindow(WebView, boolean, boolean, Message)
to allow us to
cleanly handle window creation without any explicit down casts. The extraData field is
used to propagate the required information when creating a new window. If you wish to
create a new window using the view passed in use
createWebView(android.content.Context, int, Object, boolean, Bundle)
The onExceededDatabaseQuota() method is intended to be functionally equivalent to
to the onExceededDatabaseQuota(String, String, long, long, long, WebStorage.QuotaUpdater)
method. See
onExceededDatabaseQuota(String, String, long, long, long, WebStorage.QuotaUpdater)
for usage.
The onGeolocationPermissionsHidePrompt() method is intended to be functionally equivalent to
to the onGeolocationPermissionsHidePrompt()
method. See
onGeolocationPermissionsHidePrompt()
for usage.
The onGeolocationPermissionsShowPrompt() method is intended to be functionally equivalent to
to the onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback)
method. See
onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback)
for usage.
The onHideCustomView() method is intended to be functionally equivalent to
to the onHideCustomView()
method. See
onHideCustomView()
for usage.
The onJsAlert() method is intended to be functionally equivalent to
to the onJsAlert(WebView, String, String, JsResult)
method. See
onJsAlert(WebView, String, String, JsResult)
for usage.
The onJsBeforeUnload() method is intended to be functionally equivalent to
to the onJsBeforeUnload(WebView, String, String, JsResult)
method. See
onJsBeforeUnload(WebView, String, String, JsResult)
for usage.
The onJsConfirm() method is intended to be functionally equivalent to
to the onJsConfirm(WebView, String, String, JsResult)
method. See
onJsConfirm(WebView, String, String, JsResult)
for usage.
The onJsPrompt() method is intended to be functionally equivalent to
to the onJsPrompt(WebView, String, String, String, JsPromptResult)
method. See
onJsPrompt(WebView, String, String, String, JsPromptResult)
for usage.
The onProgressChanged() method is intended to be functionally equivalent to
to the onProgressChanged(WebView, int)
method. See
onProgressChanged(WebView, int)
for usage.
The onReachedMaxAppCacheSize() method is intended to be functionally equivalent to
to the onReachedMaxAppCacheSize(long, long, WebStorage.QuotaUpdater)
method. See
onReachedMaxAppCacheSize(long, long, WebStorage.QuotaUpdater)
for usage.
The onReceivedIcon() method is intended to be functionally equivalent to
to the onReceivedIcon(WebView, android.graphics.Bitmap)
method. See
onReceivedIcon(WebView, android.graphics.Bitmap)
for usage.
The onReceivedTitle() method is intended to be functionally equivalent to
to the onReceivedTitle(WebView, String)
method. See
onReceivedTitle(WebView, String)
for usage.
The onRequestFocus() method is intended to be functionally equivalent to
to the onRequestFocus(WebView)
method. See
onRequestFocus(WebView)
for usage.
The onShowCustomView() method is intended to be functionally equivalent to
to the onShowCustomView(android.view.View, WebChromeClient.CustomViewCallback)
method. See
onShowCustomView(android.view.View, WebChromeClient.CustomViewCallback)
for usage.