Android.Webkit.JsResult Class
An instance of this class is passed as a parameter in various Android.Webkit.WebChromeClient action notifications.

See Also: JsResult Members

Syntax

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

Remarks

An instance of this class is passed as a parameter in various Android.Webkit.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.

[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