Android.Webkit.WebIconDatabase Members

The members of Android.Webkit.WebIconDatabase are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
InstanceWebIconDatabase. Get the global instance of WebIconDatabase.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Close the shared instance of the icon database.
Open(string)
Open a the icon database and store the icons in the given path.
ReleaseIconForPageUrl(string)
Release the icon for the given page url.
RemoveAllIcons()
Removes all the icons in the database.
RequestIconForPageUrl(string, WebIconDatabase.IIconListener)
Request the Bitmap representing the icon for the given page url.
RetainIconForPageUrl(string)
Retain the icon for the given page url.