Package io.didomi.sdk.consent.model
See: Description
-
Class Summary Class Description ConsentChoices ConsentToken A user consent tokenA consent token stores all the consent information on the user (date when consent was last collected, list of enabled/disabled purposes and vendors, etc. Ids Consent status lists for vendor or purpose list of disabled and enabled ids
DidomiConsentToken Model for consent token used to encode / decode Didomi Consent String (DCS) UserStatusParameters Description of user consent and legitimate interest status enabledConsentPurposeIds ids of the consent purposes to enable
disabledConsentPurposeIds ids of the consent purposes to disable
enabledLIPurposeIds ids of the legitimate interest purposes to enable
disabledLIPurposeIds ids of the legitimate interest purposes to disable
enabledConsentVendorIds ids of the consent vendors to enable
disabledConsentVendorIds ids of the consent vendors to disable
enabledLIVendorIds ids of the legitimate interest vendors to enable
disabledLIVendorIds ids of the legitimate interest vendors to disable
sendAPIEvent Whether to send an event to the API to report a user choice
eventAction Action associated to the API event (should be "click" or "external")
-
Enum Summary Enum Description ConsentStatus Consent status for a vendor or purpose -
Object Summary Object Description Companion