AdSetting constructor

AdSetting({
  1. int? appVersionCode,
  2. bool? isFullAds,
  3. String? onesignalId,
  4. String? adsLoadingText,
  5. int? adsTimeout,
  6. int? adsRetry,
  7. int? interestialAdsInterval,
  8. int? interestialAdsCustomImpressionInterval,
  9. bool? isGeoedgeSdkFlag,
  10. int? adsLoadingTimeout,
  11. String? geoedgeSdkKey,
  12. int? nativeAdListInterval,
  13. int? rewardAdsInterval,
  14. int? geoedgeSdkKeyTimeoutInSeconds,
  15. int? secondsRequireTrigerReward,
  16. int? interestialAdsTimingInterval,
})

Implementation

AdSetting(
    {this.appVersionCode,
    this.isFullAds,
    this.onesignalId,
    this.adsLoadingText,
    this.adsTimeout,
    this.adsRetry,
    this.interestialAdsInterval,
    this.interestialAdsCustomImpressionInterval,
    this.isGeoedgeSdkFlag,
    this.adsLoadingTimeout,
    this.geoedgeSdkKey,
    this.nativeAdListInterval,
    this.rewardAdsInterval,
    this.geoedgeSdkKeyTimeoutInSeconds,
    this.secondsRequireTrigerReward,
    this.interestialAdsTimingInterval});