Package com.mparticle.consent
Class GDPRConsent
- java.lang.Object
-
- com.mparticle.consent.ConsentInstance
-
- com.mparticle.consent.GDPRConsent
-
public final class GDPRConsent extends ConsentInstance
Record of consent under the GDPR.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GDPRConsent.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GDPRConsent.Builder
builder(boolean consented)
static GDPRConsent.Builder
withGDPRConsent(GDPRConsent gdprConsent)
-
Methods inherited from class com.mparticle.consent.ConsentInstance
getDocument, getHardwareId, getLocation, getTimestamp, isConsented, toString
-
-
-
-
Method Detail
-
builder
@NonNull public static GDPRConsent.Builder builder(boolean consented)
-
withGDPRConsent
@NonNull public static GDPRConsent.Builder withGDPRConsent(@NonNull GDPRConsent gdprConsent)
-
-