AATKitConfiguration constructor

AATKitConfiguration({
  1. bool? isConsentRequired,
  2. bool? isUseGeoLocation,
  3. Consent? consent,
  4. String? alternativeBundleId,
  5. String? initialRules,
  6. bool? shouldCacheRules,
  7. bool? shouldReportUsingAlternativeBundleId,
  8. bool? shouldSkipRules,
  9. bool? isUseDebugShake,
  10. int? testModeAccountId,
  11. AATKitAdNetworkOptions? adNetworkOptions,
  12. AATKitDelegate? delegate,
})

Implementation

AATKitConfiguration(
    {super.isConsentRequired,
    super.isUseGeoLocation,
    super.consent,
    this.alternativeBundleId,
    this.initialRules,
    this.shouldCacheRules,
    this.shouldReportUsingAlternativeBundleId,
    this.shouldSkipRules,
    this.isUseDebugShake,
    this.testModeAccountId,
    this.adNetworkOptions,
    this.delegate});