Class GDPRConsentStateNotification

java.lang.Object
com.mparticle.sdk.model.eventprocessing.notification.SystemNotification
com.mparticle.sdk.model.eventprocessing.notification.GDPRConsentStateNotification

public final class GDPRConsentStateNotification extends SystemNotification
  • Constructor Details

    • GDPRConsentStateNotification

      public GDPRConsentStateNotification()
  • Method Details

    • getPurpose

      public String getPurpose()
    • setPurpose

      public void setPurpose(String purpose)
    • getOldConsentState

      public GDPRConsent getOldConsentState()
    • setOldConsentState

      public void setOldConsentState(GDPRConsent oldConsentState)
    • getNewConsentState

      public GDPRConsent getNewConsentState()
    • setNewConsentState

      public void setNewConsentState(GDPRConsent newConsentState)