Android.Webkit.WebViewClient.OnPageFinished Method
Notify the host application that a page has finished loading.

Syntax

[Android.Runtime.Register("onPageFinished", "(Landroid/webkit/WebView;Ljava/lang/String;)V", "GetOnPageFinished_Landroid_webkit_WebView_Ljava_lang_String_Handler")]
public virtual void OnPageFinished (WebView view, string url)

Parameters

view
The WebView that is initiating the callback.
url
The url of the page.

Remarks

Notify the host application that a page has finished loading. This method is called only for main frame. When onPageFinished() is called, the rendering picture may not be updated yet. To get the notification for the new Picture, use NoType:android/webkit/WebView$PictureListener;Href=../../../reference/android/webkit/WebView.PictureListener.html#onNewPicture(android.webkit.WebView, android.graphics.Picture).

[Android Documentation]

Requirements

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