Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Branding(    val name: String?,     val description: String?,     val backgroundColor: String?,     val watermarkImage: BrandingImage?,     val issuerLogo: BrandingImage?,     val issuerIcon: BrandingImage?) : CborEncodable

Represents the Mobile Credential branding information.

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

Represents an image used for Mobile Credential branding.