Settings constructor

Settings({
  1. List<String>? adsSequence,
  2. List<String>? intraAdsSequence,
  3. List<String>? rewardsAdsSequence,
  4. List<String>? bannerAdsSequence,
  5. List<String>? nativeAdsSequence,
  6. List<String>? openAdsSequence,
  7. String? moreAppUrl,
  8. String? extraUrl,
  9. bool? isAllAds,
  10. bool? isFollowLoopSequenceAds,
  11. String? moreLiveApps,
  12. String? iptvPlayerUrl,
  13. AdSetting? adSetting,
  14. AppUpdate? appUpdate,
  15. ExitDialog? exitDialog,
  16. RewardDialog? rewardDialog,
  17. AboutApp? aboutApp,
  18. RateApp? rateApp,
  19. ShareApp? shareApp,
  20. PrivacyPolicy? privacyPolicy,
  21. TermsOfUse? termsOfUse,
  22. ErrorReport? errorReport,
  23. FeedbackSupport? feedbackSupport,
  24. GoogleAds? googleAds,
  25. FacebookAd? facebookAds,
  26. CustomAds? customAds,
  27. AppLovin? appLovin,
  28. UnityAds? unityAds,
})

Implementation

Settings(
    {this.adsSequence,
    this.intraAdsSequence,
    this.rewardsAdsSequence,
    this.bannerAdsSequence,
    this.nativeAdsSequence,
    this.openAdsSequence,
    this.moreAppUrl,
    this.extraUrl,
    this.isAllAds,
    this.isFollowLoopSequenceAds,
    this.moreLiveApps,
    this.iptvPlayerUrl,
    this.adSetting,
    this.appUpdate,
    this.exitDialog,
    this.rewardDialog,
    this.aboutApp,
    this.rateApp,
    this.shareApp,
    this.privacyPolicy,
    this.termsOfUse,
    this.errorReport,
    this.feedbackSupport,
    this.googleAds,
    this.facebookAds,
    this.customAds,
    this.appLovin,
    this.unityAds});