VastRequestOptions constructor

VastRequestOptions({
  1. ContentClassification? adContentClassification,
  2. UnderAge? tagForUnderAgeOfPromise,
  3. TagForChild? tagForChildProtection,
  4. bool? isPersonalizedAd,
  5. String? appCountry,
  6. String? appLang,
  7. String? consent,
  8. bool? requestLocation,
  9. String? searchTerm,
})

Implementation

VastRequestOptions({
  this.adContentClassification,
  this.tagForUnderAgeOfPromise,
  this.tagForChildProtection,
  this.isPersonalizedAd,
  this.appCountry,
  this.appLang,
  this.consent,
  this.requestLocation,
  this.searchTerm,
});