Class ConsentState
java.lang.Object
com.mparticle.sdk.model.eventprocessing.consent.ConsentState
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCCPA()
getGDPR()
void
setCCPA
(CCPAConsent CCPA) Set-up the map with the default CCPA consent purpose.void
setCCPA
(Map<String, CCPAConsent> CCPA) void
setGDPR
(Map<String, GDPRConsent> GDPR)
-
Field Details
-
DEFAULT_CCPA_CONSENT_PURPOSE
The default consent purpose for CCPA. For more, reference: https://docs.mparticle.com/guides/data-privacy-controls/#consent-properties- See Also:
-
-
Constructor Details
-
ConsentState
public ConsentState()
-
-
Method Details
-
getGDPR
-
setGDPR
-
getCCPA
-
setCCPA
Set-up the map with the default CCPA consent purpose.- Parameters:
CCPA
-
-
setCCPA
-