GdprConfiguration

open class GdprConfiguration : Configuration, GdprConfigurationInterface

Allows the GDPR configuration of the tracker. Provide a GdprConfiguration when creating a tracker to attach a GDPR entity to every event.

Constructors

Link copied to clipboard
constructor(basisForProcessing: Basis, documentId: String?, documentVersion: String?, documentDescription: String?)

Enables GDPR entity to be sent with each event.

Functions

Link copied to clipboard
open override fun copy(): GdprConfiguration

Properties

Link copied to clipboard
open override var basisForProcessing: Basis

Basis for processing.

Link copied to clipboard
open override var documentDescription: String?

Description of the document.

Link copied to clipboard
open override var documentId: String?

ID of a GDPR basis document.

Link copied to clipboard
open override var documentVersion: String?

Version of the document.