pl.wendigo.chrome.api.browser / SetDockTileRequest

SetDockTileRequest

data class SetDockTileRequest (source)

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

Set dock tile details, platform-specific.

Link
Browser#setDockTile method documentation.

See Also

BrowserOperations.setDockTile

Constructors

<init>

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

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

Properties

badgeLabel

val badgeLabel: String?

image

val image: String?

Png encoded image.