AppLovin constructor

AppLovin({
  1. String? sdkKey,
  2. bool? isUnlimitedAds,
  3. String? bannerId,
  4. String? mrecId,
  5. String? interestialId,
  6. String? openId,
  7. AppLovinNative? nativeAds,
  8. String? rewaredId,
  9. bool? isRedirectCustomImpression,
  10. bool? isBannerAds,
  11. bool? isOpenAds,
  12. bool? isInterstitialAds,
  13. bool? isNativeAds,
  14. bool? isRewaredAds,
})

Implementation

AppLovin(
    {this.sdkKey,
    this.isUnlimitedAds,
    this.bannerId,
    this.mrecId,
    this.interestialId,
    this.openId,
    this.nativeAds,
    this.rewaredId,
    this.isRedirectCustomImpression,
    this.isBannerAds,
    this.isOpenAds,
    this.isInterstitialAds,
    this.isNativeAds,
    this.isRewaredAds});