Android.Webkit.WebIconDatabase.RequestIconForPageUrl Method
Request the Bitmap representing the icon for the given page url.

Syntax

[Android.Runtime.Register("requestIconForPageUrl", "(Ljava/lang/String;Landroid/webkit/WebIconDatabase$IconListener;)V", "GetRequestIconForPageUrl_Ljava_lang_String_Landroid_webkit_WebIconDatabase_IconListener_Handler")]
public virtual void RequestIconForPageUrl (string url, WebIconDatabase.IIconListener listener)

Parameters

url
The page's url.
listener
An implementation on IconListener to receive the result.

Remarks

Request the Bitmap representing the icon for the given page url. If the icon exists, the listener will be called with the result.

[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