SetDockTileParameter

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

Constructors

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

Properties

Link copied to clipboard
val badgeLabel: String? = null
Link copied to clipboard
val image: String? = null

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