public interface GdprController
extends com.snowplowanalytics.snowplow.internal.gdpr.GdprConfigurationInterface
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disable the GDPR context recorded.
|
boolean |
enable()
Enable the GDPR context recorded.
|
boolean |
isEnabled()
Whether the recorded GDPR context is enabled and will be attached as context.
|
void |
reset(Basis basisForProcessing,
String documentId,
String documentVersion,
String documentDescription)
Reset GDPR context to be sent with each event.
|
void reset(@NonNull
Basis basisForProcessing,
@NonNull
String documentId,
@NonNull
String documentVersion,
@NonNull
String documentDescription)
basisForProcessing - GDPR Basis for processing.documentId - ID of a GDPR basis document.documentVersion - Version of the document.documentDescription - Description of the document.boolean isEnabled()
boolean enable()
void disable()