Package 

Interface CloudXAdapterPrivacySettings

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean getHasUserConsent() Resolved GDPR consent (GPP → TCF → manual fallback).
      abstract Boolean getIsDoNotSell() Resolved CCPA do-not-sell (GPP → US Privacy → manual fallback).
      abstract Boolean getManualHasUserConsent() Raw manual GDPR consent flag set by publisher.
      abstract Boolean getManualIsDoNotSell() Raw manual do-not-sell flag set by publisher.
      • Methods inherited from class java.lang.Object

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

      • getHasUserConsent

         abstract Boolean getHasUserConsent()

        Resolved GDPR consent (GPP → TCF → manual fallback). true = granted, false = denied, null = unknown.

      • getIsDoNotSell

         abstract Boolean getIsDoNotSell()

        Resolved CCPA do-not-sell (GPP → US Privacy → manual fallback). true = opted out, false = did not, null = unknown.