WebChromeClient.OnProgressChanged(WebView, Int32) Method

Definition

Tell the host application the current progress of loading a page.

[Android.Runtime.Register("onProgressChanged", "(Landroid/webkit/WebView;I)V", "GetOnProgressChanged_Landroid_webkit_WebView_IHandler")]
public virtual void OnProgressChanged (Android.Webkit.WebView? view, int newProgress);
[<Android.Runtime.Register("onProgressChanged", "(Landroid/webkit/WebView;I)V", "GetOnProgressChanged_Landroid_webkit_WebView_IHandler")>]
abstract member OnProgressChanged : Android.Webkit.WebView * int -> unit
override this.OnProgressChanged : Android.Webkit.WebView * int -> unit

Parameters

view
WebView

The WebView that initiated the callback.

newProgress
Int32

Current page loading progress, represented by an integer between 0 and 100.

Attributes

Remarks

Tell the host application the current progress of loading a page.

Java documentation for android.webkit.WebChromeClient.onProgressChanged(android.webkit.WebView, int).

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