DisplayProperties

@Serializable
class DisplayProperties(val name: String? = null, val locale: String? = null, val logo: DisplayLogoProperties? = null, val description: String? = null, val backgroundColor: String? = null, val backgroundImage: DisplayLogoProperties? = null, val textColor: String? = null)

Set of information to help an app on how to display a Credential's com.youniqx.walletsdk.attestation.Claims and other data.

Constructors

Link copied to clipboard
constructor(name: String? = null, locale: String? = null, logo: DisplayLogoProperties? = null, description: String? = null, backgroundColor: String? = null, backgroundImage: DisplayLogoProperties? = null, textColor: String? = null)

Properties

Link copied to clipboard

OID4VCI: OPTIONAL. String value of a background color of the Credential represented as numerical color values defined in CSS Color Module Level 37.

Link copied to clipboard

OID4VCI: OPTIONAL. Object with information about the background image of the Credential.

Link copied to clipboard

OID4VCI: OPTIONAL. String value of a description of the Credential.

Link copied to clipboard

OID4VCI: OPTIONAL. String value that identifies language of this object represented as language tag values defined in BCP47 (RFC5646). There MUST be only one object with the same language identifier.

Link copied to clipboard

OID4VCI: OPTIONAL. Object with information about the logo of the Credential.

Link copied to clipboard
val name: String?

OID4VCI: OPTIONAL. String value of a display name for the claim.

Link copied to clipboard

OID4VCI: OPTIONAL. String value of a text color of the Credential represented as numerical color values defined in CSS Color Module Level 37

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Generic equals override

Link copied to clipboard
open override fun hashCode(): Int

Generic hashCode override

Link copied to clipboard
open override fun toString(): String

Generic toString override