BrandingImage

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
Link copied to clipboard