WebChromeClient.OnReceivedTouchIconUrl(WebView, String, Boolean) Method

Definition

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

[Android.Runtime.Register("onReceivedTouchIconUrl", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetOnReceivedTouchIconUrl_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")]
public virtual void OnReceivedTouchIconUrl (Android.Webkit.WebView? view, string? url, bool precomposed);
[<Android.Runtime.Register("onReceivedTouchIconUrl", "(Landroid/webkit/WebView;Ljava/lang/String;Z)V", "GetOnReceivedTouchIconUrl_Landroid_webkit_WebView_Ljava_lang_String_ZHandler")>]
abstract member OnReceivedTouchIconUrl : Android.Webkit.WebView * string * bool -> unit
override this.OnReceivedTouchIconUrl : Android.Webkit.WebView * string * bool -> unit

Parameters

view
WebView

The WebView that initiated the callback.

url
String

The icon url.

precomposed
Boolean

true if the url is for a precomposed touch icon.

Attributes

Remarks

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

Java documentation for android.webkit.WebChromeClient.onReceivedTouchIconUrl(android.webkit.WebView, java.lang.String, boolean).

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