android.webkit
Interface WebIconDatabase.IconListener
- Enclosing class:
- WebIconDatabase
public static interface WebIconDatabase.IconListener
Interface for receiving icons from the database.
|
Method Summary |
void |
onReceivedIcon(String url,
Bitmap icon)
Called when the icon has been retrieved from the database and the
result is non-null. |
onReceivedIcon
void onReceivedIcon(String url,
Bitmap icon)
- Called when the icon has been retrieved from the database and the
result is non-null.
- Parameters:
url - The url passed in the request.icon - The favicon for the given url.
Please submit a feedback, bug or feature