Android.Webkit.WebChromeClient.OnReceivedTouchIconUrl Method
Notify the host application of the url for an apple-touch-icon.

Syntax

[Android.Runtime.Register("onReceivedTouchIconUrl", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetOnReceivedTouchIconUrl_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")]
public virtual void OnReceivedTouchIconUrl (WebView view, string url, bool precomposed)

Parameters

view
The WebView that initiated the callback.
url
The icon url.
precomposed
True if the url is for a precomposed touch icon.

Remarks

Notify the host application of the url for an apple-touch-icon.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7