WebIconDatabase.IIconListener.OnReceivedIcon(String, Bitmap) Method

Definition

Caution

deprecated

Called when the icon has been retrieved from the database and the result is non-null.

[Android.Runtime.Register("onReceivedIcon", "(Ljava/lang/String;Landroid/graphics/Bitmap;)V", "GetOnReceivedIcon_Ljava_lang_String_Landroid_graphics_Bitmap_Handler:Android.Webkit.WebIconDatabase/IIconListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public void OnReceivedIcon (string? url, Android.Graphics.Bitmap? icon);
[<Android.Runtime.Register("onReceivedIcon", "(Ljava/lang/String;Landroid/graphics/Bitmap;)V", "GetOnReceivedIcon_Ljava_lang_String_Landroid_graphics_Bitmap_Handler:Android.Webkit.WebIconDatabase/IIconListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
[<System.Obsolete("deprecated")>]
abstract member OnReceivedIcon : string * Android.Graphics.Bitmap -> unit

Parameters

url
String

The url passed in the request.

icon
Bitmap

The favicon for the given url.

Attributes

Remarks

Called when the icon has been retrieved from the database and the result is non-null.

Java documentation for android.webkit.WebIconDatabase.IconListener.onReceivedIcon(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