GoogleAdsModel constructor

GoogleAdsModel({
  1. bool isShowBrainBanner = true,
  2. String? appIdAdMobAndroid,
  3. String? appOpenAdMobAndroid,
  4. String? bannerAdMobAndroid,
  5. String? interstitielAdMobAndroid,
  6. String? rewardedAdMobAndroid,
  7. String? rewardedInterstitielAdMobAndroid,
  8. String? natifAdvancedAdMobAndroid,
  9. String? appIdAdMobIOS,
  10. String? appOpenAdMobIOS,
  11. String? bannerAdMobIOS,
  12. String? interstitielAdMobIOS,
  13. String? rewardedAdMobIOS,
  14. String? rewardedInterstitielAdMobIOS,
  15. String? natifAdvancedAdMobIOS,
})

Implementation

GoogleAdsModel({
  this.isShowBrainBanner=true,
  //Android
  this.appIdAdMobAndroid,
  this.appOpenAdMobAndroid,
  this.bannerAdMobAndroid,
  this.interstitielAdMobAndroid,
  this.rewardedAdMobAndroid,
  this.rewardedInterstitielAdMobAndroid,
  this.natifAdvancedAdMobAndroid,
  //iOS
  this.appIdAdMobIOS,
  this.appOpenAdMobIOS,
  this.bannerAdMobIOS,
  this.interstitielAdMobIOS,
  this.rewardedAdMobIOS,
  this.rewardedInterstitielAdMobIOS,
  this.natifAdvancedAdMobIOS,
});