DemandGenSettings constructor

DemandGenSettings({
  1. bool? geoLanguageTargetingEnabled,
  2. String? linkedMerchantId,
  3. ThirdPartyMeasurementConfigs? thirdPartyMeasurementConfigs,
})

Implementation

DemandGenSettings({
  this.geoLanguageTargetingEnabled,
  this.linkedMerchantId,
  this.thirdPartyMeasurementConfigs,
});