VponRequestConfiguration constructor
VponRequestConfiguration({
- VponMaxAdContentRating? maxAdContentRating,
- VponTagForChildDirectedTreatment? tagForChildDirectedTreatment,
- VponTagForUnderAgeOfConsent? tagForUnderAgeOfConsent,
- List<
String> ? testDeviceIds,
Implementation
VponRequestConfiguration(
{this.maxAdContentRating,
this.tagForChildDirectedTreatment,
this.tagForUnderAgeOfConsent,
this.testDeviceIds});