Tell the host application the current progress of loading a page.
Syntax
[Android.Runtime.Register("onProgressChanged", "(Landroid/webkit/WebView;I)V", "GetOnProgressChanged_Landroid_webkit_WebView_IHandler")]
public virtual
void OnProgressChanged (
WebView view,
int newProgress)
Parameters
- view
- The WebView that initiated the callback.
- newProgress
- Current page loading progress, represented by
an integer between 0 and 100.
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1