AiutaConsentType
Enum class defining the types of consent in the fashion SDK.
This enum represents different ways in which user consent can be collected, ranging from implicit to explicit consent, with various UI and behavioral requirements.
Entries
Implicit consent without a checkbox. User consent is assumed by continuing to use the feature.
Implicit consent with a checkbox. User consent is assumed by continuing, but a checkbox is shown for acknowledgment.
Explicit consent that is required. User must actively agree to proceed, and cannot continue without consent.
Explicit consent that is optional. User can choose to agree or decline, and can proceed either way.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.