Android.Webkit.WebChromeClient.OnJsTimeout Method
Tell the client that a JavaScript execution timeout has occured.

Syntax

[Android.Runtime.Register("onJsTimeout", "()Z", "GetOnJsTimeoutHandler")]
[System.Obsolete("deprecated")]
public virtual bool OnJsTimeout ()

Returns

Documentation for this section has not yet been entered.

Remarks

Tell the client that a JavaScript execution timeout has occured. And the client may decide whether or not to interrupt the execution. If the client returns true, the JavaScript will be interrupted. If the client returns false, the execution will continue. Note that in the case of continuing execution, the timeout counter will be reset, and the callback will continue to occur if the script does not finish at the next check point.

[Android Documentation]

Requirements

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