public void AddDataUseConsent(CBCCPADataUseConsent ccpaConsent)
 {
     Externs.GADUMChartboostAddCCPADataUseConsent((int)ccpaConsent);
 }
 public void AddDataUseConsent(string customConsentName, string customConsentValue)
 {
     Externs.GADUMChartboostAddCustomDataUseConsent(customConsentName, customConsentValue);
 }
 public void AddDataUseConsent(CBGDPRDataUseConsent gdprConsent)
 {
     Externs.GADUMChartboostAddGDPRDataUseConsent((int)gdprConsent);
 }