setDockTile

suspend fun setDockTile(args: Browser.SetDockTileParameter, mode: CommandMode = CommandMode.DEFAULT)

Set dock tile details, platform-specific.


suspend fun setDockTile(badgeLabel: String? = null, image: String? = null)

Set dock tile details, platform-specific.

Parameters

badgeLabel

No description

image

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