SetDockTileRequest

@Serializable
data class SetDockTileRequest(val badgeLabel: String? = null, val image: String? = null)

Request object containing input parameters for the BrowserDomain.setDockTile command.

Constructors

Link copied to clipboard
constructor(badgeLabel: String? = null, image: String? = null)

Types

Link copied to clipboard
class Builder

A builder for SetDockTileRequest, which allows setting the optional parameters of the BrowserDomain.setDockTile command via a lambda.

Properties

Link copied to clipboard
val badgeLabel: String? = null

(undocumented in the protocol definition)

Link copied to clipboard
val image: String? = null

Png encoded image. (Encoded as a base64 string when passed over JSON)