Android.Webkit.WebIconDatabase Class
Functions for manipulating the icon database used by WebView.

See Also: WebIconDatabase Members

Syntax

[Android.Runtime.Register("android/webkit/WebIconDatabase", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class WebIconDatabase : Java.Lang.Object

Remarks

Functions for manipulating the icon database used by WebView. These functions require that a WebView be constructed before being invoked and WebView.getIconDatabase() will return a WebIconDatabase object. This WebIconDatabase object is a single instance and all methods operate on that single object. The main use-case for this class is calling WebIconDatabase.Open(string) to enable favicon functionality on all WebView instances in this process.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1Deprecated since API level 18