public static class

AmazonWebView.HitTestResult

extends Object
java.lang.Object
   ↳ com.amazon.android.webkit.AmazonWebView.HitTestResult

Class Overview

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

Summary

Constants
int ANCHOR_TYPE See ANCHOR_TYPE for usage.
int EDIT_TEXT_TYPE See EDIT_TEXT_TYPE for usage.
int EMAIL_TYPE See IMAGE_TYPE for usage.
int GEO_TYPE See EMAIL_TYPE for usage.
int IMAGE_TYPE See IMAGE_TYPE for usage.
int PHONE_TYPE See PHONE_TYPE for usage.
int SRC_ANCHOR_TYPE See SRC_ANCHOR_TYPE for usage.
int SRC_IMAGE_ANCHOR_TYPE See EDIT_TEXT_TYPE for usage.
int UNKNOWN_TYPE See UNKNOWN_TYPE for usage.
Public Constructors
AmazonWebView.HitTestResult(AmazonWebView webView, int type, String extra)
This constructor is deprecated. Use AmazonWebView.HitTestResult(int, String).
AmazonWebView.HitTestResult(int type, String extra)
The HitTestResult() constructor is intended to be functionally equivalent to to the WebView.HitTestResult constructor.
Public Methods
String getExtra()
The getExtra() method is intended to be functionally equivalent to to the getExtranull method.
int getType()
The getType() method is intended to be functionally equivalent to to the getTypenull method.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ANCHOR_TYPE

See ANCHOR_TYPE for usage.

Constant Value: 1 (0x00000001)

public static final int EDIT_TEXT_TYPE

See EDIT_TEXT_TYPE for usage.

Constant Value: 9 (0x00000009)

public static final int EMAIL_TYPE

See IMAGE_TYPE for usage.

Constant Value: 4 (0x00000004)

public static final int GEO_TYPE

See EMAIL_TYPE for usage.

Constant Value: 3 (0x00000003)

public static final int IMAGE_TYPE

See IMAGE_TYPE for usage.

Constant Value: 5 (0x00000005)

public static final int PHONE_TYPE

See PHONE_TYPE for usage.

Constant Value: 2 (0x00000002)

public static final int SRC_ANCHOR_TYPE

See SRC_ANCHOR_TYPE for usage.

Constant Value: 7 (0x00000007)

public static final int SRC_IMAGE_ANCHOR_TYPE

See EDIT_TEXT_TYPE for usage.

Constant Value: 8 (0x00000008)

public static final int UNKNOWN_TYPE

See UNKNOWN_TYPE for usage.

Constant Value: 0 (0x00000000)

Public Constructors

public AmazonWebView.HitTestResult (AmazonWebView webView, int type, String extra)

This constructor is deprecated.
Use AmazonWebView.HitTestResult(int, String).

public AmazonWebView.HitTestResult (int type, String extra)

The HitTestResult() constructor is intended to be functionally equivalent to to the WebView.HitTestResult constructor. See WebView.HitTestResult for usage.

Public Methods

public String getExtra ()

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

public int getType ()

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