EmarsysConfig constructor

EmarsysConfig({
  1. String? applicationCode,
  2. String? merchantId,
  3. bool? androidVerboseConsoleLoggingEnabled,
  4. String? androidSharedSecret,
  5. List<String>? androidSharedPackageNames,
  6. List<ConsoleLogLevels>? iOSEnabledConsoleLogLevels,
})

Implementation

EmarsysConfig(
    {this.applicationCode,
    this.merchantId,
    this.androidVerboseConsoleLoggingEnabled,
    this.androidSharedSecret,
    this.androidSharedPackageNames,
    this.iOSEnabledConsoleLogLevels});