Most visited

Recently visited

Added in API level 1
Deprecated since API level 18

WebIconDatabase.IconListener

public static interface WebIconDatabase.IconListener

android.webkit.WebIconDatabase.IconListener


此接口在API级别18中已被弃用。
该界面已过时。

从数据库接收图标的界面。

摘要(Summary)

公共方法(Public methods)

abstract void onReceivedIcon(String url, Bitmap icon)

当从数据库中检索图标并且结果非空时调用。

公共方法(Public methods)

onReceivedIcon

Added in API level 1
void onReceivedIcon (String url, 
                Bitmap icon)

当从数据库中检索图标并且结果非空时调用。

参数(Parameters)
url String: The url passed in the request.
icon Bitmap: The favicon for the given url.

Hooray!