Share via


WebIconDatabase.Open(String) Method

Definition

Caution

deprecated

Open a the icon database and store the icons in the given path.

[Android.Runtime.Register("open", "(Ljava/lang/String;)V", "GetOpen_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public abstract void Open (string? path);
[<Android.Runtime.Register("open", "(Ljava/lang/String;)V", "GetOpen_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member Open : string -> unit

Parameters

path
String

The directory path where the icon database will be stored.

Attributes

Remarks

Open a the icon database and store the icons in the given path.

Java documentation for android.webkit.WebIconDatabase.open(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