Settings constructor
Settings({
- List<
String> ? adsSequence, - List<
String> ? intraAdsSequence, - List<
String> ? rewardsAdsSequence, - List<
String> ? bannerAdsSequence, - List<
String> ? nativeAdsSequence, - List<
String> ? openAdsSequence, - String? moreAppUrl,
- bool? isAllAds,
- bool? isFollowLoopSequenceAds,
- String? moreLiveApps,
- AdSetting? adSetting,
- AdsModel? googleAds,
- AdsModel? adManagerAds,
- AdsModel? facebookAds,
- CustomAds? customAds,
- AdsModel? appLovin,
Implementation
Settings(
{this.adsSequence,
this.intraAdsSequence,
this.rewardsAdsSequence,
this.bannerAdsSequence,
this.nativeAdsSequence,
this.openAdsSequence,
this.moreAppUrl,
this.isAllAds,
this.isFollowLoopSequenceAds,
this.moreLiveApps,
this.adSetting,
this.googleAds,
this.adManagerAds,
this.facebookAds,
this.customAds,
this.appLovin});