listFromDomain

fun listFromDomain(siteUrl: String, withPrecomposed: Boolean = true, sizes: List<String> = emptyList()): List<Icon>

Processing similar to fromDomain is performed, but even if an icon is found, processing is not stopped but a list of all existing icon information is returned.

Do not call from main thread to avoid NetworkOnMainThreadException

In order to put unnecessary load on the server, please use only for debugging and verification. And strongly recommend to avoid use in production.

Return

List of acquired icons

Parameters

siteUrl

URL of analysis target page

withPrecomposed

If specify true, include the "precomposed". default is true

sizes

Specify this when appending size (e.g. 80x80) to apple-touch-icon. Default is empty.