All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mparticle.sdk.model.dsrprocessing.RegulationType Maven / Gradle / Ivy

package com.mparticle.sdk.model.dsrprocessing;

public enum RegulationType {
    UNKNOWN,
    CCPA,
    GDPR;

    @Override
    public String toString() {
        return this.name().toLowerCase();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy