VponRequestConfiguration constructor

VponRequestConfiguration({
  1. VponMaxAdContentRating? maxAdContentRating,
  2. VponTagForChildDirectedTreatment? tagForChildDirectedTreatment,
  3. VponTagForUnderAgeOfConsent? tagForUnderAgeOfConsent,
  4. List<String>? testDeviceIds,
})

Implementation

VponRequestConfiguration(
    {this.maxAdContentRating,
    this.tagForChildDirectedTreatment,
    this.tagForUnderAgeOfConsent,
    this.testDeviceIds});