WebIconDatabase.IIconListener.OnReceivedIcon(String, Bitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.