AiutaConsentStandaloneFeatureDataProviderCustom

Interface for custom standalone consent feature data providers.

This interface allows for custom implementations of consent data management, providing methods to track and obtain user consents.

Properties

Link copied to clipboard
abstract val obtainedConsentsIds: StateFlow<List<String>>

Flow of consent IDs that have been obtained

Functions

Link copied to clipboard
abstract suspend fun obtainConsent(consentIds: List<String>)

Marks the specified consents as obtained by the user.