-
- All Implemented Interfaces:
-
com.appsflyer.internal.consent.AFConsentManager
public final class AfConsentManagerImpl implements AFConsentManager
-
-
Constructor Summary
Constructors Constructor Description AfConsentManagerImpl(CmpDataCollector cmpDataCollector, SessionStorage sessionStorage, AppsFlyerProperties properties)
-
Method Summary
Modifier and Type Method Description UnitaddConsentData(Map<String, Object> payloadMap, TaskType eventType)Collects and adds various user consent related data to provided payloadMap: automatically collected data from Consent Management Platform (CMP)
manually provided data from app developers
manually adds flags related to consent collection to Metadata based on eventType
-
-
Constructor Detail
-
AfConsentManagerImpl
AfConsentManagerImpl(CmpDataCollector cmpDataCollector, SessionStorage sessionStorage, AppsFlyerProperties properties)
-
-
Method Detail
-
addConsentData
Unit addConsentData(Map<String, Object> payloadMap, TaskType eventType)
Collects and adds various user consent related data to provided payloadMap:
automatically collected data from Consent Management Platform (CMP)
manually provided data from app developers
manually adds flags related to consent collection to Metadata based on eventType
-
-
-