Android.Webkit.JsPromptResult Class
Public class for handling JavaScript prompt requests.

See Also: JsPromptResult Members

Syntax

[Android.Runtime.Register("android/webkit/JsPromptResult", DoNotGenerateAcw=true)]
public class JsPromptResult : JsResult

Remarks

Public class for handling JavaScript prompt requests. The WebChromeClient will receive a WebChromeClient.OnJsPrompt(WebView, System.String, System.String, System.String, System.String) call with a JsPromptResult instance as a parameter. This parameter is used to return the result of this user dialog prompt back to the WebView instance. The client can call cancel() to cancel the dialog or confirm() with the user's input to confirm the dialog.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1