WebView.OnResume Method

Definition

Resumes a WebView after a previous call to #onPause.

[Android.Runtime.Register("onResume", "()V", "GetOnResumeHandler")]
public virtual void OnResume ();
[<Android.Runtime.Register("onResume", "()V", "GetOnResumeHandler")>]
abstract member OnResume : unit -> unit
override this.OnResume : unit -> unit
Attributes

Remarks

Resumes a WebView after a previous call to #onPause.

Java documentation for android.webkit.WebView.onResume().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to