Added in API level 1
Deprecated in API level 18

IconListener

interface IconListener
android.webkit.WebIconDatabase.IconListener

Interface for receiving icons from the database.

Summary

Public methods
abstract Unit
onReceivedIcon(url: String!, icon: Bitmap!)

Called when the icon has been retrieved from the database and the result is non-null.

Public methods

onReceivedIcon

Added in API level 1
abstract fun onReceivedIcon(
    url: String!,
    icon: Bitmap!
): Unit

Deprecated: Deprecated in Java.

Called when the icon has been retrieved from the database and the result is non-null.

Parameters
url String!: The url passed in the request.
icon Bitmap!: The favicon for the given url.