WebIconDatabase.Instance Property
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.
Caution
deprecated
Get the global instance of WebIconDatabase.
[System.Obsolete("deprecated")]
public static Android.Webkit.WebIconDatabase? Instance { [Android.Runtime.Register("getInstance", "()Landroid/webkit/WebIconDatabase;", "")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getInstance", "()Landroid/webkit/WebIconDatabase;", "")>]
static member Instance : Android.Webkit.WebIconDatabase
Property Value
A single instance of WebIconDatabase. It will be the same instance for the current process each time this method is called.
- Attributes
Remarks
Get the global instance of WebIconDatabase.
Java documentation for android.webkit.WebIconDatabase.getInstance()
.
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.