Package 

Interface AFConsentManager

    • Method Summary

      Modifier and Type Method Description
      abstract 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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addConsentData

         abstract 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