pl.wendigo.chrome.api.page / GetManifestIconsResponse

GetManifestIconsResponse

data class GetManifestIconsResponse (source)

Represents response frame that is returned from Page#getManifestIcons operation call.

Link
Page#getManifestIcons method documentation.

See Also

PageOperations.getManifestIcons

Constructors

<init>

GetManifestIconsResponse(primaryIcon: String? = null)

Represents response frame that is returned from Page#getManifestIcons operation call.

Properties

primaryIcon

val primaryIcon: String?