data class SetDockTileRequest
Request object containing input parameters for the BrowserDomain.setDockTile command.
<init> |
Request object containing input parameters for the BrowserDomain.setDockTile command. SetDockTileRequest(badgeLabel: String? = null, image: String? = null) |
badgeLabel |
val badgeLabel: String? |
image |
Png encoded image. (Encoded as a base64 string when passed over JSON) val image: String? |