AdsConfig constructor

AdsConfig({
  1. String? googleRewardKey,
  2. String? googleBannerKey,
  3. String? googlePageKey,
  4. String? googleAppId,
  5. String? appodealKey,
  6. String? unityAndroidKey,
  7. String? unityIosKey,
  8. String? facebookAppId,
  9. String? facebookBannerAdsId,
  10. String? facebookPageAdsId,
  11. String? facebookRewordId,
})

Implementation

AdsConfig({
  this.googleRewardKey,
  this.googleBannerKey,
  this.googlePageKey,
  this.googleAppId,
  this.appodealKey,
  this.unityAndroidKey,
  this.unityIosKey,
  this.facebookAppId,
  this.facebookBannerAdsId,
  this.facebookPageAdsId,
  this.facebookRewordId,
});