WebViewClient.OnPageStarted(WebView, String, Bitmap) Method

Definition

Notify the host application that a page has started loading.

[Android.Runtime.Register("onPageStarted", "(Landroid/webkit/WebView;Ljava/lang/String;Landroid/graphics/Bitmap;)V", "GetOnPageStarted_Landroid_webkit_WebView_Ljava_lang_String_Landroid_graphics_Bitmap_Handler")]
public virtual void OnPageStarted (Android.Webkit.WebView? view, string? url, Android.Graphics.Bitmap? favicon);
[<Android.Runtime.Register("onPageStarted", "(Landroid/webkit/WebView;Ljava/lang/String;Landroid/graphics/Bitmap;)V", "GetOnPageStarted_Landroid_webkit_WebView_Ljava_lang_String_Landroid_graphics_Bitmap_Handler")>]
abstract member OnPageStarted : Android.Webkit.WebView * string * Android.Graphics.Bitmap -> unit
override this.OnPageStarted : Android.Webkit.WebView * string * Android.Graphics.Bitmap -> unit

Parameters

view
WebView

The WebView that is initiating the callback.

url
String

The url to be loaded.

favicon
Bitmap

The favicon for this page if it already exists in the database.

Attributes

Remarks

Java documentation for android.webkit.WebViewClient.onPageStarted(android.webkit.WebView, java.lang.String, android.graphics.Bitmap).

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