id property

String id
final

Unique identifier for the consent.

Will be used to identify the consent to match with the obtainedConsentsIds in the AiutaConsentStandaloneDataProvider to determine if the consent page should be shown.

This identifier will be passed in the list to the AiutaConsentStandaloneDataProvider obtainConsentsIds callback when the user has given consents.

This identifier should be unique for each consent and should not be changed.

Implementation

final String id;