android.webkit.JsPromptResult
Public class for handling javascript prompt requests. A
JsDialogHandlerInterface implentation will receive a jsPrompt call with a
JsPromptResult parameter. This parameter is used to return a result to
WebView. The client can call cancel() to cancel the dialog or confirm() with
the user's input to confirm the dialog.
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
void
confirm(String result)
Handle a confirmation response from the user.