BrandingImage

@Serializable(with = BrandingImageSerializer::class)
data class BrandingImage(val format: String, val data: ByteArray) : CborEncodable

Represents an image used for Mobile Credential branding.

Constructors

Link copied to clipboard
constructor(format: String, data: ByteArray)

Properties

Link copied to clipboard
val data: ByteArray
Link copied to clipboard
val format: String

Functions

Link copied to clipboard
open fun encodeToBytes(): ByteArray