java.lang.Object | ||
↳ | com.amazon.android.webkit.AmazonJsResult | |
↳ | com.amazon.android.webkit.AmazonJsPromptResult |
The AmazonJSPromptResult class is intended to be functionally equivalent to
to the JsPromptResult
class. See
JsPromptResult
for usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The cancel() method handles the confirmation response, and is intended
to be functionally equivalent to the
cancel() method. | |||||||||||
The confirm() method handles the confirmation response, and is intended
to be functionally equivalent to the
confirm(String) method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The confirm() method handles the confirmation response, and is intended
to be functionally equivalent to the
confirm(String)
method. See confirm(String)
for usage.