AdsModel constructor

AdsModel({
  1. String? sdkKey,
  2. String? bannerAdId,
  3. String? mrecBannerAdId,
  4. String? intraAdId,
  5. String? openAdId,
  6. String? nativeAdId,
  7. String? rewardAdId,
  8. bool? isBannerAd,
  9. bool? isOpenAd,
  10. bool? isIntraAd,
  11. bool? isRedirectCustomImpression,
  12. bool? isRewardAd,
  13. bool? isNativeAd,
  14. int? intraIntervalClick,
  15. int? intraTimeInterval,
})

Implementation

AdsModel({
  this.sdkKey,
  this.bannerAdId,
  this.mrecBannerAdId,
  this.intraAdId,
  this.openAdId,
  this.nativeAdId,
  this.rewardAdId,
  this.isBannerAd,
  this.isOpenAd,
  this.isIntraAd,
  this.isRedirectCustomImpression,
  this.isRewardAd,
  this.isNativeAd,
  this.intraIntervalClick,
  this.intraTimeInterval,
});