AdsModel constructor
AdsModel({
- String? sdkKey,
- String? bannerAdId,
- String? mrecBannerAdId,
- String? intraAdId,
- String? openAdId,
- String? nativeAdId,
- String? rewardAdId,
- bool? isBannerAd,
- bool? isOpenAd,
- bool? isIntraAd,
- bool? isRedirectCustomImpression,
- bool? isRewardAd,
- bool? isNativeAd,
- int? intraIntervalClick,
- 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,
});