public class

AmazonWebView

extends FrameLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.FrameLayout
         ↳ com.amazon.android.webkit.AmazonWebView

Class Overview

The AmazonWebView class is intended to be functionally equivalent to to the WebView class. See WebView for usage.

Summary

Nested Classes
class AmazonWebView.HitTestResult The HitTestResult class is intended to be functionally equivalent to to the WebView.HitTestResult class. 
Constants
String SCHEME_GEO The SCHEME_GEO constant is intended to be functionally equivalent to to the SCHEME_GEO constant.
String SCHEME_MAILTO The SCHEME_MAILTO constant is intended to be functionally equivalent to to the SCHEME_MAILTO constant.
String SCHEME_TEL The SCHEME_TEL constant is intended to be functionally equivalent to to the SCHEME_TEL constant.
[Expand]
Inherited Constants
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
AmazonWebView(Context context)
Creates a AmazonWebView instance.
AmazonWebView(Context context, AttributeSet attrs)
Creates a AmazonWebView instance using the specified layout parameters.
AmazonWebView(Context context, AttributeSet attrs, int defStyle)
Creates a AmazonWebView instance using the specified default style and layout parameters.
Public Methods
void addJavascriptInterface(Object obj, String interfaceName)
The addJavascriptInterface() method is intended to be functionally equivalent to to the addJavascriptInterface(Object, String) method.
boolean canGoBack()
The canGoBack() method is intended to be functionally equivalent to to the canGoBack() method.
boolean canGoBackOrForward(int steps)
The canGoBackOrForward() method is intended to be functionally equivalent to to the canGoBackOrForward(int) method.
boolean canGoForward()
The canGoForward() method is intended to be functionally equivalent to to the canGoForward() method.
boolean canScrollHorizontally(int direction)
The canScrollHorizontally() method is intended to be functionally equivalent to to the canScrollHorizontally(int) method.
boolean canScrollVertically(int direction)
The canScrollVertically() method is intended to be functionally equivalent to to the canScrollVertically(int) method.
void clearCache(boolean includeDiskFiles)
The clearCache() method is intended to be functionally equivalent to to the clearCache(boolean) method.
void clearFormData()
The clearFormData() method is intended to be functionally equivalent to to the clearFormData() method.
void clearHistory()
The clearHistory() method is intended to be functionally equivalent to to the clearHistory() method.
void clearMatches()
The clearMatches() method is intended to be functionally equivalent to to the clearMatches() method.
void clearSslPreferences()
The clearSslPreferences() method is intended to be functionally equivalent to to the clearSslPreferences() method.
void computeScroll()
The computeScroll() method is intended to be functionally equivalent to to the computeScroll() method.
AmazonWebBackForwardList copyBackForwardList()
The copyBackForwardList() method is intended to be functionally equivalent to to the copyBackForwardList() method.
void destroy()
The destroy() method is intended to be functionally equivalent to to the destroy() method.
void documentHasImages(Message response)
The documentHasImages() method is intended to be functionally equivalent to to the documentHasImages(android.os.Message) method.
int findAll(String find)
This method is deprecated. No replacement.
void findAllAsync(String find)
The findAllAsync() method is intended to be functionally equivalent to to the findAllAsync(String) method.
void findNext(boolean forward)
The findNext() method is intended to be functionally equivalent to to the findNext(boolean) method.
void freeMemory()
The freeMemory() method is intended to be functionally equivalent to to the freeMemory() method.
SslCertificate getCertificate()
The getCertificate() method is intended to be functionally equivalent to to the getCertificate() method.
int getContentHeight()
The getContentHeight() method is intended to be functionally equivalent to to the getContentHeight() method.
Bitmap getFavicon()
The getFavicon() method is intended to be functionally equivalent to to the getFavicon() method.
AmazonWebView.HitTestResult getHitTestResult()
The getHitTestResult() method is intended to be functionally equivalent to to the getHitTestResult() method.
String[] getHttpAuthUsernamePassword(String host, String realm)
This method is deprecated. No replacement.
String getOriginalUrl()
The getOriginalUrl() method is intended to be functionally equivalent to to the getOriginalUrl() method.
int getProgress()
The getProgress() method is intended to be functionally equivalent to to the getProgress() method.
int getScrollBarStyle()
The getScrollBarStyle() method is intended to be functionally equivalent to to the getScrollBarStyle() method.
AmazonWebSettings getSettings()
The getSettings() method is intended to be functionally equivalent to to the getSettings() method.
int getSolidColor()
The getSolidColor() method is intended to be functionally equivalent to to the getSolidColor() method.
String getTitle()
The getTitle() method is intended to be functionally equivalent to to the getTitle() method.
String getUrl()
The getUrl() method is intended to be functionally equivalent to to the getUrl() method.
void goBack()
The goBack() method is intended to be functionally equivalent to to the goBack() method.
void goBackOrForward(int steps)
The goBackOrForward() method is intended to be functionally equivalent to to the goBackOrForward(int) method.
void goForward()
The goForward() method is intended to be functionally equivalent to to the goForward() method.
void invokeZoomPicker()
The invokeZoomPicker() method is intended to be functionally equivalent to to the invokeZoomPicker() method.
boolean isHorizontalScrollBarEnabled()
The isHorizontalScrollBarEnabled() method is intended to be functionally equivalent to to the isHorizontalScrollBarEnabled() method.
boolean isPrivateBrowsingEnabled()
The isPrivateBrowsingEnabled() method is intended to be functionally equivalent to to the isPrivateBrowsingEnabled() method.
boolean isVerticalScrollBarEnabled()
The isVerticalScrollBarEnabled() method is intended to be functionally equivalent to to the isVerticalScrollBarEnabled() method.
void loadData(String data, String mimeType, String encoding)
The loadData() method is intended to be functionally equivalent to to the loadData(String, String, String) method.
void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding, String historyUrl)
The loadDataWithBaseURL() method is intended to be functionally equivalent to to the loadDataWithBaseURL(String, String, String, String, String) method.
void loadUrl(String url)
The loadUrl() method is intended to be functionally equivalent to to the loadUrl(String) method.
void loadUrl(String url, Map<StringString> extraHeaders)
The loadUrl() method is intended to be functionally equivalent to to the loadUrl(String, Map) method.
InputConnection onCreateInputConnection(EditorInfo outAttrs)
The onCreateInputConnection() method is intended to be functionally equivalent to to the onCreateInputConnection(EditorInfo) method.
void onInitializeAccessibilityEvent(AccessibilityEvent event)
The onInitializeAccessibilityEvent() method is intended to be functionally equivalent to to the onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) method.
void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo info)
The onInitializeAccessibilityNodeInfo() method is intended to be functionally equivalent to to the onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) method.
void onPause()
The onPause() method is intended to be functionally equivalent to to the onPause() method.
void onResume()
The onResume() method is intended to be functionally equivalent to to the onResume() method.
boolean onTouchEvent(MotionEvent event)
The onTouchEvent() method is intended to be functionally equivalent to to the onTouchEvent(android.view.MotionEvent) method.
void onWindowFocusChanged(boolean hasWindowFocus)
The onWindowFocusChanged() method is intended to be functionally equivalent to to the onWindowFocusChanged(boolean) method.
boolean overlayHorizontalScrollbar()
The overlayHorizontalScrollbar() method is intended to be functionally equivalent to to the overlayHorizontalScrollbar() method.
boolean overlayVerticalScrollbar()
The overlayVerticalScrollbar() method is intended to be functionally equivalent to to the overlayVerticalScrollbar() method.
boolean pageDown(boolean bottom)
The pageDown() method is intended to be functionally equivalent to to the pageDown(boolean) method.
boolean pageUp(boolean top)
The pageUp() method is intended to be functionally equivalent to to the pageUp(boolean) method.
void pauseTimers()
The pauseTimers() method is intended to be functionally equivalent to to the pauseTimers() method.
boolean performAccessibilityAction(int action, Bundle arguments)
The performAccessibilityAction() method is intended to be functionally equivalent to to the performAccessibilityAction(int, Bundle) method.
boolean performLongClick()
The performLongClick() method is intended to be functionally equivalent to to the performLongClick() method.
void postUrl(String url, byte[] data)
The postUrl() method is intended to be functionally equivalent to to the postUrl(String, byte[]) method.
void reload()
The reload() method is intended to be functionally equivalent to to the reload() method.
void removeJavascriptInterface(String interfaceName)
The removeJavascriptInterface() method is intended to be functionally equivalent to to the removeJavascriptInterface(String) method.
boolean requestFocus(int direction, Rect previouslyFocusedRect)
The requestFocus() method is intended to be functionally equivalent to to the requestFocus(int, android.graphics.Rect) method.
void requestFocusNodeHref(Message obtainMessage)
The requestFocusNodeHref() method is intended to be functionally equivalent to to the requestFocusNodeHref(android.os.Message) method.
void requestImageRef(Message msg)
The requestImageRef() method is intended to be functionally equivalent to to the requestImageRef(android.os.Message) method.
AmazonWebBackForwardList restoreState(Bundle b)
The restoreState() method is intended to be functionally equivalent to to the restoreState(Bundle) method.
void resumeTimers()
The resumeTimers() method is intended to be functionally equivalent to to the resumeTimers() method.
void saveState(Bundle b)
The saveState() method is intended to be functionally equivalent to to the saveState(android.os.Bundle) method.
void scrollBy(int x, int y)
The scrollBy() method is intended to be functionally equivalent to to the scrollBy(int, int) method.
void setBackgroundColor(int color)
The setBackgroundColor() method is intended to be functionally equivalent to to the setBackgroundColor(int) method.
void setCertificate(SslCertificate certificate)
The setCertificate() method is intended to be functionally equivalent to to the setCertificate(android.net.http.SslCertificate) method.
void setDownloadListener(AmazonDownloadListener listener)
This method is deprecated. No replacement.
void setFindListener(AmazonFindListener listener)
The setFindListener() method is intended to be functionally equivalent to to the setFindListener(FindListener) method.
void setHorizontalScrollBarEnabled(boolean enabled)
The setHorizontalScrollBarEnabled() method is intended to be functionally equivalent to to the setHorizontalScrollBarEnabled(boolean) method.
void setHorizontalScrollbarOverlay(boolean overlay)
The setHorizontalScrollbarOverlay() method is intended to be functionally equivalent to to the setHorizontalScrollbarOverlay(boolean) method.
void setHttpAuthUsernamePassword(String host, String realm, String username, String password)
This method is deprecated. No replacement.
void setInitialScale(int scaleInPercent)
The setInitialScale() method is intended to be functionally equivalent to to the setInitialScale(int) method.
void setLayoutParams(ViewGroup.LayoutParams params)
The setLayoutParams() method is intended to be functionally equivalent to to the setLayoutParams(android.view.ViewGroup.LayoutParams) method.
void setNetworkAvailable(boolean flg)
The setNetworkAvailable() method is intended to be functionally equivalent to to the setNetworkAvailable(boolean) method.
void setOnKeyListener(View.OnKeyListener l)
The setOnKeyListener() method is intended to be functionally equivalent to to the setOnKeyListener(android.view.View.OnKeyListener) method.
void setOnTouchListener(View.OnTouchListener l)
The setOnTouchListener() method is intended to be functionally equivalent to to the setOnTouchListener(android.view.View.OnTouchListener) method.
void setOnUrlLoadRequested(AmazonWebView.OnUrlLoadRequestedListener listener)
Sets an on load url request listener TODO::consider moving the setOnUrlLoadRequested logic into AmazonWebViewClient
void setOverScrollMode(int overScrollMode)
The setOverScrollMode() method is intended to be functionally equivalent to to the setOverScrollMode(int) method.
void setScrollBarStyle(int style)
The setScrollBarStyle) method is intended to be functionally equivalent to to the setScrollBarStyle(int) method.
void setVerticalScrollBarEnabled(boolean enabled)
The setVerticalScrollBarEnabled() method is intended to be functionally equivalent to to the setVerticalScrollBarEnabled(boolean) method.
void setVerticalScrollbarOverlay(boolean overlay)
The setVerticalScrollbarOverlay() method is intended to be functionally equivalent to to the setVerticalScrollbarOverlay(boolean) method.
void setWebChromeClient(AmazonWebChromeClient client)
The setWebChromeClient() method is intended to be functionally equivalent to to the setWebChromeClient(WebChromeClient) method.
void setWebViewClient(AmazonWebViewClient webViewClient)
The setWebViewClient() method is intended to be functionally equivalent to to the setWebViewClient(WebViewClient) method.
void setZOrderOverlay(boolean shouldOverlay)
Sets this WebView as a z-order overlay.
void stopLoading()
The stopLoading() method is intended to be functionally equivalent to to the stopLoading() method.
boolean zoomIn()
The zoomIn() method is intended to be functionally equivalent to to the zoomIn() method.
boolean zoomOut()
The zoomOut() method is intended to be functionally equivalent to to the zoomOut() method.
[Expand]
Inherited Methods
From class android.widget.FrameLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource

Constants

public static final String SCHEME_GEO

The SCHEME_GEO constant is intended to be functionally equivalent to to the SCHEME_GEO constant. See SCHEME_GEO for usage.

Constant Value: "geo:0,0?q="

public static final String SCHEME_MAILTO

The SCHEME_MAILTO constant is intended to be functionally equivalent to to the SCHEME_MAILTO constant. See SCHEME_MAILTO for usage.

Constant Value: "mailto:"

public static final String SCHEME_TEL

The SCHEME_TEL constant is intended to be functionally equivalent to to the SCHEME_TEL constant. See SCHEME_TEL for usage.

Constant Value: "tel:"

Public Constructors

public AmazonWebView (Context context)

Creates a AmazonWebView instance. Before using the AmazonWebView instance, you must initialize it by calling initializeWebView(AmazonWebView, int, boolean, Bundle).

Parameters
context The application context.

public AmazonWebView (Context context, AttributeSet attrs)

Creates a AmazonWebView instance using the specified layout parameters. Before using the AmazonWebView instance, you must initialize it by calling initializeWebView(AmazonWebView, int, boolean, Bundle).

Parameters
context The application context.
attrs A collection of attributes such as those found associated with a tag in an XML document.

public AmazonWebView (Context context, AttributeSet attrs, int defStyle)

Creates a AmazonWebView instance using the specified default style and layout parameters. Before using the AmazonWebView instance, you must initialize it by calling initializeWebView(AmazonWebView, int, boolean, Bundle).

Parameters
context The application context.
attrs A collection of attributes such as those found associated with a tag in an XML document.
defStyle The default style resource ID to apply to this view.

Public Methods

public void addJavascriptInterface (Object obj, String interfaceName)

The addJavascriptInterface() method is intended to be functionally equivalent to to the addJavascriptInterface(Object, String) method. See addJavascriptInterface(Object, String) for usage.

public boolean canGoBack ()

The canGoBack() method is intended to be functionally equivalent to to the canGoBack() method. See canGoBack() for usage.

public boolean canGoBackOrForward (int steps)

The canGoBackOrForward() method is intended to be functionally equivalent to to the canGoBackOrForward(int) method. See canGoBackOrForward(int) for usage.

public boolean canGoForward ()

The canGoForward() method is intended to be functionally equivalent to to the canGoForward() method. See canGoForward() for usage.

public boolean canScrollHorizontally (int direction)

The canScrollHorizontally() method is intended to be functionally equivalent to to the canScrollHorizontally(int) method. See canScrollHorizontally(int) for usage.

public boolean canScrollVertically (int direction)

The canScrollVertically() method is intended to be functionally equivalent to to the canScrollVertically(int) method. See canScrollVertically(int) for usage.

public void clearCache (boolean includeDiskFiles)

The clearCache() method is intended to be functionally equivalent to to the clearCache(boolean) method. See clearCache(boolean) for usage.

public void clearFormData ()

The clearFormData() method is intended to be functionally equivalent to to the clearFormData() method. See clearFormData() for usage.

public void clearHistory ()

The clearHistory() method is intended to be functionally equivalent to to the clearHistory() method. See clearHistory() for usage.

public void clearMatches ()

The clearMatches() method is intended to be functionally equivalent to to the clearMatches() method. See clearMatches() for usage.

public void clearSslPreferences ()

The clearSslPreferences() method is intended to be functionally equivalent to to the clearSslPreferences() method. See clearSslPreferences() for usage.

public void computeScroll ()

The computeScroll() method is intended to be functionally equivalent to to the computeScroll() method. See computeScroll() for usage.

public AmazonWebBackForwardList copyBackForwardList ()

The copyBackForwardList() method is intended to be functionally equivalent to to the copyBackForwardList() method. See copyBackForwardList() for usage.

public void destroy ()

The destroy() method is intended to be functionally equivalent to to the destroy() method. See destroy() for usage.

public void documentHasImages (Message response)

The documentHasImages() method is intended to be functionally equivalent to to the documentHasImages(android.os.Message) method. See documentHasImages(android.os.Message) for usage.

public int findAll (String find)

This method is deprecated.
No replacement.

The findAll() method is intended to be functionally equivalent to to the findAll(String) method. See findAll(String) for usage.

public void findAllAsync (String find)

The findAllAsync() method is intended to be functionally equivalent to to the findAllAsync(String) method. See findAllAsync(String) for usage.

public void findNext (boolean forward)

The findNext() method is intended to be functionally equivalent to to the findNext(boolean) method. See findNext(boolean) for usage.

public void freeMemory ()

The freeMemory() method is intended to be functionally equivalent to to the freeMemory() method. See freeMemory() for usage.

public SslCertificate getCertificate ()

The getCertificate() method is intended to be functionally equivalent to to the getCertificate() method. See getCertificate() for usage.

public int getContentHeight ()

The getContentHeight() method is intended to be functionally equivalent to to the getContentHeight() method. See getContentHeight() for usage.

public Bitmap getFavicon ()

The getFavicon() method is intended to be functionally equivalent to to the getFavicon() method. See getFavicon() for usage.

public AmazonWebView.HitTestResult getHitTestResult ()

The getHitTestResult() method is intended to be functionally equivalent to to the getHitTestResult() method. See getHitTestResult() for usage.

public String[] getHttpAuthUsernamePassword (String host, String realm)

This method is deprecated.
No replacement.

The getHttpAuthUsernamePassword() method is intended to be functionally equivalent to to the getHttpAuthUsernamePassword(String, String) method. See getHttpAuthUsernamePassword(String, String) for usage.

public String getOriginalUrl ()

The getOriginalUrl() method is intended to be functionally equivalent to to the getOriginalUrl() method. See getOriginalUrl() for usage.

public int getProgress ()

The getProgress() method is intended to be functionally equivalent to to the getProgress() method. See getProgress() for usage.

public int getScrollBarStyle ()

The getScrollBarStyle() method is intended to be functionally equivalent to to the getScrollBarStyle() method. See getScrollBarStyle() for usage.

public AmazonWebSettings getSettings ()

The getSettings() method is intended to be functionally equivalent to to the getSettings() method. See getSettings() for usage.

public int getSolidColor ()

The getSolidColor() method is intended to be functionally equivalent to to the getSolidColor() method. See getSolidColor() for usage.

public String getTitle ()

The getTitle() method is intended to be functionally equivalent to to the getTitle() method. See getTitle() for usage.

public String getUrl ()

The getUrl() method is intended to be functionally equivalent to to the getUrl() method. See getUrl() for usage.

public void goBack ()

The goBack() method is intended to be functionally equivalent to to the goBack() method. See goBack() for usage.

public void goBackOrForward (int steps)

The goBackOrForward() method is intended to be functionally equivalent to to the goBackOrForward(int) method. See goBackOrForward(int) for usage.

public void goForward ()

The goForward() method is intended to be functionally equivalent to to the goForward() method. See goForward() for usage.

public void invokeZoomPicker ()

The invokeZoomPicker() method is intended to be functionally equivalent to to the invokeZoomPicker() method. See invokeZoomPicker() for usage.

public boolean isHorizontalScrollBarEnabled ()

The isHorizontalScrollBarEnabled() method is intended to be functionally equivalent to to the isHorizontalScrollBarEnabled() method. See isHorizontalScrollBarEnabled() for usage.

public boolean isPrivateBrowsingEnabled ()

The isPrivateBrowsingEnabled() method is intended to be functionally equivalent to to the isPrivateBrowsingEnabled() method. See isPrivateBrowsingEnabled() for usage.

public boolean isVerticalScrollBarEnabled ()

The isVerticalScrollBarEnabled() method is intended to be functionally equivalent to to the isVerticalScrollBarEnabled() method. See isVerticalScrollBarEnabled() for usage.

public void loadData (String data, String mimeType, String encoding)

The loadData() method is intended to be functionally equivalent to to the loadData(String, String, String) method. See loadData(String, String, String) for usage.

public void loadDataWithBaseURL (String baseUrl, String data, String mimeType, String encoding, String historyUrl)

The loadDataWithBaseURL() method is intended to be functionally equivalent to to the loadDataWithBaseURL(String, String, String, String, String) method. See loadDataWithBaseURL(String, String, String, String, String) for usage.

public void loadUrl (String url)

The loadUrl() method is intended to be functionally equivalent to to the loadUrl(String) method. See loadUrl(String) for usage.

public void loadUrl (String url, Map<StringString> extraHeaders)

The loadUrl() method is intended to be functionally equivalent to to the loadUrl(String, Map) method. See loadUrl(String, Map) for usage.

public InputConnection onCreateInputConnection (EditorInfo outAttrs)

The onCreateInputConnection() method is intended to be functionally equivalent to to the onCreateInputConnection(EditorInfo) method. See onCreateInputConnection(EditorInfo) for usage.

public void onInitializeAccessibilityEvent (AccessibilityEvent event)

The onInitializeAccessibilityEvent() method is intended to be functionally equivalent to to the onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) method. See onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent) for usage.

public void onInitializeAccessibilityNodeInfo (AccessibilityNodeInfo info)

The onInitializeAccessibilityNodeInfo() method is intended to be functionally equivalent to to the onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) method. See onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo) for usage.

public void onPause ()

The onPause() method is intended to be functionally equivalent to to the onPause() method. See onPause() for usage.

public void onResume ()

The onResume() method is intended to be functionally equivalent to to the onResume() method. See onResume() for usage.

public boolean onTouchEvent (MotionEvent event)

The onTouchEvent() method is intended to be functionally equivalent to to the onTouchEvent(android.view.MotionEvent) method. See onTouchEvent(android.view.MotionEvent) for usage.

public void onWindowFocusChanged (boolean hasWindowFocus)

The onWindowFocusChanged() method is intended to be functionally equivalent to to the onWindowFocusChanged(boolean) method. See onWindowFocusChanged(boolean) for usage.

public boolean overlayHorizontalScrollbar ()

The overlayHorizontalScrollbar() method is intended to be functionally equivalent to to the overlayHorizontalScrollbar() method. See overlayHorizontalScrollbar() for usage.

public boolean overlayVerticalScrollbar ()

The overlayVerticalScrollbar() method is intended to be functionally equivalent to to the overlayVerticalScrollbar() method. See overlayVerticalScrollbar() for usage.

public boolean pageDown (boolean bottom)

The pageDown() method is intended to be functionally equivalent to to the pageDown(boolean) method. See pageDown(boolean) for usage.

public boolean pageUp (boolean top)

The pageUp() method is intended to be functionally equivalent to to the pageUp(boolean) method. See pageUp(boolean) for usage.

public void pauseTimers ()

The pauseTimers() method is intended to be functionally equivalent to to the pauseTimers() method. See pauseTimers() for usage.

public boolean performAccessibilityAction (int action, Bundle arguments)

The performAccessibilityAction() method is intended to be functionally equivalent to to the performAccessibilityAction(int, Bundle) method. See performAccessibilityAction(int, Bundle) for usage.

public boolean performLongClick ()

The performLongClick() method is intended to be functionally equivalent to to the performLongClick() method. See performLongClick() for usage.

public void postUrl (String url, byte[] data)

The postUrl() method is intended to be functionally equivalent to to the postUrl(String, byte[]) method. See postUrl(String, byte[]) for usage.

public void reload ()

The reload() method is intended to be functionally equivalent to to the reload() method. See reload() for usage.

public void removeJavascriptInterface (String interfaceName)

The removeJavascriptInterface() method is intended to be functionally equivalent to to the removeJavascriptInterface(String) method. See removeJavascriptInterface(String) for usage.

public boolean requestFocus (int direction, Rect previouslyFocusedRect)

The requestFocus() method is intended to be functionally equivalent to to the requestFocus(int, android.graphics.Rect) method. See requestFocus(int, android.graphics.Rect) for usage.

public void requestFocusNodeHref (Message obtainMessage)

The requestFocusNodeHref() method is intended to be functionally equivalent to to the requestFocusNodeHref(android.os.Message) method. See requestFocusNodeHref(android.os.Message) for usage.

public void requestImageRef (Message msg)

The requestImageRef() method is intended to be functionally equivalent to to the requestImageRef(android.os.Message) method. See requestImageRef(android.os.Message) for usage.

public AmazonWebBackForwardList restoreState (Bundle b)

The restoreState() method is intended to be functionally equivalent to to the restoreState(Bundle) method. See restoreState(Bundle) for usage.

public void resumeTimers ()

The resumeTimers() method is intended to be functionally equivalent to to the resumeTimers() method. See resumeTimers() for usage.

public void saveState (Bundle b)

The saveState() method is intended to be functionally equivalent to to the saveState(android.os.Bundle) method. See saveState(android.os.Bundle) for usage.

public void scrollBy (int x, int y)

The scrollBy() method is intended to be functionally equivalent to to the scrollBy(int, int) method. See scrollBy(int, int) for usage.

public void setBackgroundColor (int color)

The setBackgroundColor() method is intended to be functionally equivalent to to the setBackgroundColor(int) method. See setBackgroundColor(int) for usage.

public void setCertificate (SslCertificate certificate)

The setCertificate() method is intended to be functionally equivalent to to the setCertificate(android.net.http.SslCertificate) method. See setCertificate(android.net.http.SslCertificate) for usage.

public void setDownloadListener (AmazonDownloadListener listener)

This method is deprecated.
No replacement.

The setDownloadListener() method is intended to be functionally equivalent to to the setDownloadListener(DownloadListener) method. See setDownloadListener(DownloadListener) for usage.

public void setFindListener (AmazonFindListener listener)

The setFindListener() method is intended to be functionally equivalent to to the setFindListener(FindListener) method. See setFindListener(FindListener) for usage.

public void setHorizontalScrollBarEnabled (boolean enabled)

The setHorizontalScrollBarEnabled() method is intended to be functionally equivalent to to the setHorizontalScrollBarEnabled(boolean) method. See setHorizontalScrollBarEnabled(boolean) for usage.

public void setHorizontalScrollbarOverlay (boolean overlay)

The setHorizontalScrollbarOverlay() method is intended to be functionally equivalent to to the setHorizontalScrollbarOverlay(boolean) method. See setHorizontalScrollbarOverlay(boolean) for usage.

public void setHttpAuthUsernamePassword (String host, String realm, String username, String password)

This method is deprecated.
No replacement.

The setHttpAuthUsernamePassword() method is intended to be functionally equivalent to to the setHttpAuthUsernamePassword(String, String, String, String) method. See setHttpAuthUsernamePassword(String, String, String, String) for usage.

public void setInitialScale (int scaleInPercent)

The setInitialScale() method is intended to be functionally equivalent to to the setInitialScale(int) method. See setInitialScale(int) for usage.

public void setLayoutParams (ViewGroup.LayoutParams params)

The setLayoutParams() method is intended to be functionally equivalent to to the setLayoutParams(android.view.ViewGroup.LayoutParams) method. See setLayoutParams(android.view.ViewGroup.LayoutParams) for usage.

public void setNetworkAvailable (boolean flg)

The setNetworkAvailable() method is intended to be functionally equivalent to to the setNetworkAvailable(boolean) method. See setNetworkAvailable(boolean) for usage.

public void setOnKeyListener (View.OnKeyListener l)

The setOnKeyListener() method is intended to be functionally equivalent to to the setOnKeyListener(android.view.View.OnKeyListener) method. See setOnKeyListener(android.view.View.OnKeyListener) for usage.

public void setOnTouchListener (View.OnTouchListener l)

The setOnTouchListener() method is intended to be functionally equivalent to to the setOnTouchListener(android.view.View.OnTouchListener) method. See setOnTouchListener(android.view.View.OnTouchListener) for usage.

public void setOnUrlLoadRequested (AmazonWebView.OnUrlLoadRequestedListener listener)

Sets an on load url request listener TODO::consider moving the setOnUrlLoadRequested logic into AmazonWebViewClient

Parameters
listener the listener to trigger on a url load request

public void setOverScrollMode (int overScrollMode)

The setOverScrollMode() method is intended to be functionally equivalent to to the setOverScrollMode(int) method. See setOverScrollMode(int) for usage.

public void setScrollBarStyle (int style)

The setScrollBarStyle) method is intended to be functionally equivalent to to the setScrollBarStyle(int) method. See setScrollBarStyle(int) for usage.

public void setVerticalScrollBarEnabled (boolean enabled)

The setVerticalScrollBarEnabled() method is intended to be functionally equivalent to to the setVerticalScrollBarEnabled(boolean) method. See setVerticalScrollBarEnabled(boolean) for usage.

public void setVerticalScrollbarOverlay (boolean overlay)

The setVerticalScrollbarOverlay() method is intended to be functionally equivalent to to the setVerticalScrollbarOverlay(boolean) method. See setVerticalScrollbarOverlay(boolean) for usage.

public void setWebChromeClient (AmazonWebChromeClient client)

The setWebChromeClient() method is intended to be functionally equivalent to to the setWebChromeClient(WebChromeClient) method. See setWebChromeClient(WebChromeClient) for usage.

public void setWebViewClient (AmazonWebViewClient webViewClient)

The setWebViewClient() method is intended to be functionally equivalent to to the setWebViewClient(WebViewClient) method. See setWebViewClient(WebViewClient) for usage.

public void setZOrderOverlay (boolean shouldOverlay)

Sets this WebView as a z-order overlay. This API can be used if there is a need to stack one SurfaceView based WebView on another. The overlay must be set soon after initializing the webview. The API does nothing for Amazon WebViews backed by TextureView.

Parameters
shouldOverlay true if the WebView should be set as overlay.

public void stopLoading ()

The stopLoading() method is intended to be functionally equivalent to to the stopLoading() method. See stopLoading() for usage.

public boolean zoomIn ()

The zoomIn() method is intended to be functionally equivalent to to the zoomIn() method. See zoomIn() for usage.

public boolean zoomOut ()

The zoomOut() method is intended to be functionally equivalent to to the zoomOut() method. See zoomOut() for usage.