DirectorySiteSettings constructor
DirectorySiteSettings({
- bool? activeViewOptOut,
- DfpSettings? dfpSettings,
- bool? instreamVideoPlacementAccepted,
- bool? interstitialPlacementAccepted,
Implementation
DirectorySiteSettings({
this.activeViewOptOut,
this.dfpSettings,
this.instreamVideoPlacementAccepted,
this.interstitialPlacementAccepted,
});