FacebookAd constructor

FacebookAd({
  1. String? bannerId,
  2. String? interestialId,
  3. String? rewardedId,
  4. String? nativeId,
  5. bool? isBannerAds,
  6. bool? isRedirectCustomImpression,
  7. bool? isInterstitialAds,
  8. bool? isRewaredAds,
  9. bool? isNativeAds,
  10. int? interstitialInterval,
})

Implementation

FacebookAd(
    {this.bannerId,
    this.interestialId,
    this.rewardedId,
    this.nativeId,
    this.isBannerAds,
    this.isRedirectCustomImpression,
    this.isInterstitialAds,
    this.isRewaredAds,
    this.isNativeAds,
    this.interstitialInterval});