ThirdPartyMeasurementConfigs constructor

ThirdPartyMeasurementConfigs({
  1. List<ThirdPartyVendorConfig>? brandLiftVendorConfigs,
  2. List<ThirdPartyVendorConfig>? brandSafetyVendorConfigs,
  3. List<ThirdPartyVendorConfig>? reachVendorConfigs,
  4. List<ThirdPartyVendorConfig>? viewabilityVendorConfigs,
})

Implementation

ThirdPartyMeasurementConfigs({
  this.brandLiftVendorConfigs,
  this.brandSafetyVendorConfigs,
  this.reachVendorConfigs,
  this.viewabilityVendorConfigs,
});