FastAdInfo constructor
const
FastAdInfo({
- String? androidNativeAdUnitId,
- String? iosNativeAdUnitId,
- String? androidBannerAdUnitId,
- String? iosBannerAdUnitId,
- String? androidInterstitialAdUnitId,
- String? iosInterstitialAdUnitId,
- String? androidRewardedAdUnitId,
- String? iosRewardedAdUnitId,
- String? androidSplashAdUnitId,
- String? iosSplashAdUnitId,
- String? androidRewardedInterstitialAdUnitId,
- String? iosRewardedInterstitialAdUnitId,
- List<
String> ? keywords, - List<
String> ? countries, - String? adServiceUriAuthority,
- int splashAdThreshold = kFastSplashAdThreshold,
- int refreshInterval = kFastAdRefreshInterval,
- bool autoRefresh = kFastAdAutoRefresh,
- bool showRemoveAdLink = kFastAdShowRemoveAdLink,
- bool androidNativeAdmobEnabled = kFastNativeAdmobEnabled,
- bool iosNativeAdmobEnabled = kFastNativeAdmobEnabled,
- int interstitialAdThreshold = kFastInterstitialAdThreshold,
- int splashAdTimeThreshold = kFastAdSplashAdTimeThreshold,
- FastAdUnits? androidSplashAdUnits,
- FastAdUnits? iosSplashAdUnits,
- FastAdUnits? androidInterstitialAdUnits,
- FastAdUnits? iosInterstitialAdUnits,
- FastAdUnits? androidRewardedAdUnits,
- FastAdUnits? iosRewardedAdUnits,
- FastAdUnits? androidNativeAdUnits,
- FastAdUnits? iosNativeAdUnits,
Create a new FastAdInfo instance.
Implementation
const FastAdInfo({
this.androidNativeAdUnitId,
this.iosNativeAdUnitId,
this.androidBannerAdUnitId,
this.iosBannerAdUnitId,
this.androidInterstitialAdUnitId,
this.iosInterstitialAdUnitId,
this.androidRewardedAdUnitId,
this.iosRewardedAdUnitId,
this.androidSplashAdUnitId,
this.iosSplashAdUnitId,
this.androidRewardedInterstitialAdUnitId,
this.iosRewardedInterstitialAdUnitId,
this.keywords,
this.countries,
this.adServiceUriAuthority,
this.splashAdThreshold = kFastSplashAdThreshold,
this.refreshInterval = kFastAdRefreshInterval,
this.autoRefresh = kFastAdAutoRefresh,
this.showRemoveAdLink = kFastAdShowRemoveAdLink,
this.androidNativeAdmobEnabled = kFastNativeAdmobEnabled,
this.iosNativeAdmobEnabled = kFastNativeAdmobEnabled,
this.interstitialAdThreshold = kFastInterstitialAdThreshold,
this.splashAdTimeThreshold = kFastAdSplashAdTimeThreshold,
this.androidSplashAdUnits,
this.iosSplashAdUnits,
this.androidInterstitialAdUnits,
this.iosInterstitialAdUnits,
this.androidRewardedAdUnits,
this.iosRewardedAdUnits,
this.androidNativeAdUnits,
this.iosNativeAdUnits,
});