StartAppAdPreferences constructor

const StartAppAdPreferences({
  1. String? adTag,
  2. String? keywords,
  3. String? gender,
  4. int? age,
  5. bool? videoMuted,
  6. bool? hardwareAccelerated,
  7. List<String>? categories,
  8. List<String>? categoriesExclude,
  9. int? desiredWidth,
  10. int? desiredHeight,
  11. double? minCPM,
})

Implementation

const StartAppAdPreferences({
  this.adTag,
  this.keywords,
  this.gender,
  this.age,
  this.videoMuted,
  this.hardwareAccelerated,
  this.categories,
  this.categoriesExclude,
  this.desiredWidth,
  this.desiredHeight,
  this.minCPM,
});