Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

JsResult

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

Class Overview

An instance of this class is passed as a parameter in various WebChromeClient action notifications. The object is used as a handle onto the underlying JavaScript-originated request, and provides a means for the client to indicate whether this action should proceed.

Summary

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

Public Methods

public final void cancel ()

Added in API level 1

Handle the result if the user cancelled the dialog.

public final void confirm ()

Added in API level 1

Handle a confirmation response from the user.