AdModel constructor
AdModel({
- String? bundleName,
- bool? isAppLive,
- String? iosAppId,
- String? androidUrl,
- String? iosUrl,
- String? izootoAppId,
- String? apiversion,
- String? privacypolicy,
- String? qlink,
- String? oneSignalApp,
- String? getAdmobKey,
- String? loaderUrl,
- String? admanger,
- String? bannerAd,
- String? nativeAd,
- String? adOpen,
- String? interstitial,
- String? rewardedAd,
- String? admob,
- String? admobbannerAd,
- String? admobnativeAd,
- String? admobadOpen,
- String? admobinterstitial,
- String? admobrewardedAd,
- bool? iscustomeads,
- CustomOptions? customOptions,
- bool? isad,
- bool? recyclenative,
- bool? isinterstitialenable,
- bool? isopenenable,
- bool? isnativeenable,
- bool? isbannerenable,
- bool? isrewarded,
- bool? isfacebook,
- bool? isadmobad,
- bool? isadManger,
- bool? isMediation,
- bool? isqurekaads,
- bool? isqurekaadsWebView,
- bool? isBackAds,
- bool? isextraappenable,
- bool? isinterstitialquizeenable,
- bool? isbannerquizeenable,
- bool? isnativequizeenable,
- int? bannartype,
- int? adTime,
- bool? isdummyscreen,
- bool? isbackbothads,
- bool? isbothads,
- bool? isquize,
- bool? iseveryads,
- bool? ischeckmarket,
- List? interstitialAdPriority,
- List? nativeAdPriority,
- List? bannerAdPriority,
- List? appOpenAdPriority,
- QurekaAds? qurekaAds,
- CustomColors? customColors,
- bool? isAdsRefer,
- String? adsRefer,
Implementation
AdModel({
this.bundleName,
this.isAppLive,
this.iosAppId,
this.androidUrl,
this.iosUrl,
this.izootoAppId,
this.apiversion,
this.privacypolicy,
this.qlink,
this.oneSignalApp,
this.getAdmobKey,
this.loaderUrl,
this.admanger,
this.bannerAd,
this.nativeAd,
this.adOpen,
this.interstitial,
this.rewardedAd,
this.admob,
this.admobbannerAd,
this.admobnativeAd,
this.admobadOpen,
this.admobinterstitial,
this.admobrewardedAd,
this.iscustomeads,
this.customOptions,
this.isad,
this.recyclenative,
this.isinterstitialenable,
this.isopenenable,
this.isnativeenable,
this.isbannerenable,
this.isrewarded,
this.isfacebook,
this.isadmobad,
this.isadManger,
this.isMediation,
this.isqurekaads,
this.isqurekaadsWebView,
this.isBackAds,
this.isextraappenable,
this.isinterstitialquizeenable,
this.isbannerquizeenable,
this.isnativequizeenable,
this.bannartype,
this.adTime,
this.isdummyscreen,
this.isbackbothads,
this.isbothads,
this.isquize,
this.iseveryads,
this.ischeckmarket,
this.interstitialAdPriority,
this.nativeAdPriority,
this.bannerAdPriority,
this.appOpenAdPriority,
this.qurekaAds,
this.customColors,
this.isAdsRefer,
this.adsRefer,
});