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 classGDPRConsent.Builder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GDPRConsent.Builderbuilder(boolean consented)static GDPRConsent.BuilderwithGDPRConsent(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)
-
-