GoogleAdsModel constructor
GoogleAdsModel({
- bool isShowBrainBanner = true,
- String? appIdAdMobAndroid,
- String? appOpenAdMobAndroid,
- String? bannerAdMobAndroid,
- String? interstitielAdMobAndroid,
- String? rewardedAdMobAndroid,
- String? rewardedInterstitielAdMobAndroid,
- String? natifAdvancedAdMobAndroid,
- String? appIdAdMobIOS,
- String? appOpenAdMobIOS,
- String? bannerAdMobIOS,
- String? interstitielAdMobIOS,
- String? rewardedAdMobIOS,
- String? rewardedInterstitielAdMobIOS,
- 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,
});