Notify the host application of a new favicon for the current page.
Syntax
[Android.Runtime.Register("onReceivedIcon", "(Landroid/webkit/WebView;Landroid/graphics/Bitmap;)V", "GetOnReceivedIcon_Landroid_webkit_WebView_Landroid_graphics_Bitmap_Handler")]
public virtual
void OnReceivedIcon (
WebView view,
Android.Graphics.Bitmap icon)
Parameters
- view
- The WebView that initiated the callback.
- icon
- A Bitmap containing the favicon for the current page.
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1