AdjustHelperConfig constructor
const
AdjustHelperConfig({
- required String baseAddress,
- required String configKey,
- required String imagePath,
- required String adjustAppToken,
- bool adjustSandbox = false,
- int imageDownloadTimeoutSeconds = 10,
- int languageCheckTimeoutSeconds = 15,
- int pushTokenMaxAttempts = 10,
- int pushTokenRetryDelayMs = 500,
- int attributionTimeoutSeconds = 30,
- bool debugMode = false,
Implementation
const AdjustHelperConfig({
required this.baseAddress,
required this.configKey,
required this.imagePath,
required this.adjustAppToken,
this.adjustSandbox = false,
this.imageDownloadTimeoutSeconds = 10,
this.languageCheckTimeoutSeconds = 15,
this.pushTokenMaxAttempts = 10,
this.pushTokenRetryDelayMs = 500,
this.attributionTimeoutSeconds = 30,
this.debugMode = false,
});