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

Link copied to clipboard

Implicit consent without a checkbox. User consent is assumed by continuing to use the feature.

Link copied to clipboard

Implicit consent with a checkbox. User consent is assumed by continuing, but a checkbox is shown for acknowledgment.

Link copied to clipboard

Explicit consent that is required. User must actively agree to proceed, and cannot continue without consent.

Link copied to clipboard

Explicit consent that is optional. User can choose to agree or decline, and can proceed either way.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.