WebChromeClient.OnReceivedTouchIconUrl(WebView, String, Boolean) 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.
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.
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.