AiutaConsent

class AiutaConsent(val id: String, val consentHtml: String, val type: AiutaConsentType)

Data class representing a consent item in the fashion SDK.

This class defines the structure of a consent item, including its identifier, HTML-formatted content, and type.

Constructors

Link copied to clipboard
constructor(id: String, consentHtml: String, type: AiutaConsentType)

Properties

Link copied to clipboard

HTML-formatted text explaining the consent terms and conditions

Link copied to clipboard
val id: String

Unique identifier for the consent item

Link copied to clipboard

Type of consent, determining its behavior and requirements