consents property

List<AiutaConsent> consents
final

List of consents that are asked to the user.

SDK will match the identifiers with the ones obtained from the user in the AiutaConsentStandaloneDataProvider, and will show the consent screen only if there are missing required consents.

Implementation

final List<AiutaConsent> consents;