TargetingExpansionConfig constructor

TargetingExpansionConfig({
  1. bool? excludeDemographicExpansion,
  2. bool? excludeFirstPartyAudience,
  3. String? targetingExpansionLevel,
})

Implementation

TargetingExpansionConfig({
  this.excludeDemographicExpansion,
  this.excludeFirstPartyAudience,
  this.targetingExpansionLevel,
});