java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonWebView.HitTestResult |
The HitTestResult class is intended to be functionally equivalent to
to the WebView.HitTestResult
class. See
WebView.HitTestResult
for usage.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
Use
AmazonWebView.HitTestResult(int, String) .
| |||||||||||
The HitTestResult() constructor is intended to be functionally equivalent to
to the
WebView.HitTestResult constructor. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The getExtra() method is intended to be functionally equivalent to
to the
getExtranull method. | |||||||||||
The getType() method is intended to be functionally equivalent to
to the
getTypenull method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
See SRC_ANCHOR_TYPE
for usage.
See EDIT_TEXT_TYPE
for usage.
The HitTestResult() constructor is intended to be functionally equivalent to
to the WebView.HitTestResult
constructor. See
WebView.HitTestResult
for usage.
The getExtra() method is intended to be functionally equivalent to
to the getExtranull
method. See
getExtranull
for usage.
The getType() method is intended to be functionally equivalent to
to the getTypenull
method. See
getTypenull
for usage.