WebIconDatabase.RetainIconForPageUrl(String) Method

Definition

Caution

deprecated

Retain the icon for the given page url.

[Android.Runtime.Register("retainIconForPageUrl", "(Ljava/lang/String;)V", "GetRetainIconForPageUrl_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public abstract void RetainIconForPageUrl (string? url);
[<Android.Runtime.Register("retainIconForPageUrl", "(Ljava/lang/String;)V", "GetRetainIconForPageUrl_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member RetainIconForPageUrl : string -> unit

Parameters

url
String

The page's url.

Attributes

Remarks

Retain the icon for the given page url.

Java documentation for android.webkit.WebIconDatabase.retainIconForPageUrl(java.lang.String).

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