AdModel constructor
AdModel({
- String? bundleName,
- List? adPriority,
- String? admanger,
- String? bannerAd,
- String? nativeAd,
- String? adOpen,
- String? interstitial,
- String? rewardedAd,
- String? admob,
- String? admobbannerAd,
- String? admobnativeAd,
- String? iosAppId,
- String? admobadOpen,
- String? admobinterstitial,
- String? admobrewardedAd,
- String? facebook,
- String? fbbannerAd,
- String? fbnativeAd,
- String? fbinterstitialAd,
- String? apiversion,
- String? fbrewardedAd,
- String? fbnativebannerAd,
- String? privacypolicy,
- String? qlink,
- String? oneSignalApp,
- String? getAdmobKey,
- bool? iscustomeads,
- String? customButtoncolor,
- String? customTextcolor,
- String? customTitleColor,
- String? customAdText,
- String? customBackgroundColor,
- bool? isad,
- bool? recyclenative,
- bool? isinterstitialenable,
- bool? isopenenable,
- bool? isnativeenable,
- bool? isbannerenable,
- bool? isrewarded,
- bool? isfacebook,
- bool? isadmobad,
- bool? isadManger,
- bool? isMediation,
- bool? isqurekaadsWebView,
- bool? isqurekaads,
- bool? isBackAds,
- bool? isextraappenable,
- bool? isinterstitialquizeenable,
- bool? isbannerquizeenable,
- bool? isnativequizeenable,
- int? bannartype,
- String? loaderUrl,
- int? adTime,
- bool? isdummyscreen,
- bool? isbackbothads,
- bool? isbothads,
- bool? isquize,
- bool? iseveryads,
- bool? ischeckmarket,
- CustomColors? customColors,
Implementation
AdModel({
this.bundleName,
this.adPriority,
this.admanger,
this.bannerAd,
this.nativeAd,
this.adOpen,
this.interstitial,
this.rewardedAd,
this.admob,
this.admobbannerAd,
this.admobnativeAd,
this.iosAppId,
this.admobadOpen,
this.admobinterstitial,
this.admobrewardedAd,
this.facebook,
this.fbbannerAd,
this.fbnativeAd,
this.fbinterstitialAd,
this.apiversion,
this.fbrewardedAd,
this.fbnativebannerAd,
this.privacypolicy,
this.qlink,
this.oneSignalApp,
this.getAdmobKey,
this.iscustomeads,
this.customButtoncolor,
this.customTextcolor,
this.customTitleColor,
this.customAdText,
this.customBackgroundColor,
this.isad,
this.recyclenative,
this.isinterstitialenable,
this.isopenenable,
this.isnativeenable,
this.isbannerenable,
this.isrewarded,
this.isfacebook,
this.isadmobad,
this.isadManger,
this.isMediation,
this.isqurekaadsWebView,
this.isqurekaads,
this.isBackAds,
this.isextraappenable,
this.isinterstitialquizeenable,
this.isbannerquizeenable,
this.isnativequizeenable,
this.bannartype,
this.loaderUrl,
this.adTime,
this.isdummyscreen,
this.isbackbothads,
this.isbothads,
this.isquize,
this.iseveryads,
this.ischeckmarket,
this.customColors,
});