pl.wendigo.chrome.domain.browser / SetDockTileRequest

SetDockTileRequest

data class SetDockTileRequest (source)

Represents request frame that can be used with Browser.setDockTile method call.

Set dock tile details, platform-specific.

Constructors

<init>

SetDockTileRequest(badgeLabel: String? = null, image: String? = null)

Represents request frame that can be used with Browser.setDockTile method call.

Properties

badgeLabel

val badgeLabel: String?

image

val image: String?

Png encoded image.