Android
android.webkit
public class

android.webkit.JsPromptResult

java.lang.Object
android.webkit.JsResult
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

Fields inherited from class android.webkit.JsResult

Public Methods

          void  confirm(String result)
Handle a confirmation response from the user.
Methods inherited from class android.webkit.JsResult
Methods inherited from class java.lang.Object

Details

Public Methods

public void confirm(String result)

Handle a confirmation response from the user.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48