Android.Webkit.WebView.OnPause Method
Pauses any extra processing associated with this WebView and its associated DOM, plugins, JavaScript etc.

Syntax

[Android.Runtime.Register("onPause", "()V", "GetOnPauseHandler")]
public virtual void OnPause ()

Remarks

Pauses any extra processing associated with this WebView and its associated DOM, plugins, JavaScript etc. For example, if this WebView is taken offscreen, this could be called to reduce unnecessary CPU or network traffic. When this WebView is again "active", call onResume(). Note that this differs from pauseTimers(), which affects all WebViews.

[Android Documentation]

Requirements

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