AdmobConfig constructor

const AdmobConfig({
  1. String? nativeAdUnitId,
  2. String? bannerAdUnitId,
  3. String? interstitialAdUnitId,
  4. double? appVolume,
  5. List<String> testDeviceIds = const [],
  6. dynamic loggingBuilder(
    1. String
    )?,
  7. int thresholdShowInterstitialAds = 1,
  8. int maxRetryReloadAds = 3,
  9. AdSize bannerAdSize = AdSize.banner,
  10. String nativeAdFactoryId = '',
})

Implementation

const AdmobConfig({
  this.nativeAdUnitId,
  this.bannerAdUnitId,
  this.interstitialAdUnitId,
  this.appVolume,
  this.testDeviceIds = const [],
  this.loggingBuilder,
  this.thresholdShowInterstitialAds = 1,
  this.maxRetryReloadAds = 3,
  this.bannerAdSize = AdSize.banner,
  this.nativeAdFactoryId = '',
});