EmarsysConfig constructor
EmarsysConfig({
- String? applicationCode,
- String? merchantId,
- bool? androidVerboseConsoleLoggingEnabled,
- List<
ConsoleLogLevels> ? iOSEnabledConsoleLogLevels,
Implementation
EmarsysConfig(
{this.applicationCode,
this.merchantId,
this.androidVerboseConsoleLoggingEnabled,
this.androidSharedSecret,
this.androidSharedPackageNames,
this.iOSEnabledConsoleLogLevels});