public class

JsResult

extends Object
java.lang.Object
   ↳ android.webkit.JsResult
Known Direct Subclasses

Summary

Fields
protected boolean mResult
Public Methods
final void cancel()
Handle the result if the user cancelled the dialog.
final void confirm()
Handle a confirmation response from the user.
Protected Methods
final void wakeUp()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean mResult

Since: API Level 1

Public Methods

public final void cancel ()

Since: API Level 1

Handle the result if the user cancelled the dialog.

public final void confirm ()

Since: API Level 1

Handle a confirmation response from the user.

Protected Methods

protected final void wakeUp ()

Since: API Level 1