WebChromeClient.OnProgressChanged(WebView, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.