NanoafConfig constructor
const
NanoafConfig({
- required String baseAddress,
- required String configKey,
- required String imagePath,
- required String appsFlyerDevKey,
- required String appsFlyerAppId,
- int imageDownloadTimeoutSeconds = 10,
- int languageCheckTimeoutSeconds = 15,
- int pushTokenMaxAttempts = 10,
- int pushTokenRetryDelayMs = 500,
- int conversionDataTimeoutSeconds = 30,
- bool debugMode = false,
Implementation
const NanoafConfig({
required this.baseAddress,
required this.configKey,
required this.imagePath,
required this.appsFlyerDevKey,
required this.appsFlyerAppId,
this.imageDownloadTimeoutSeconds = 10,
this.languageCheckTimeoutSeconds = 15,
this.pushTokenMaxAttempts = 10,
this.pushTokenRetryDelayMs = 500,
this.conversionDataTimeoutSeconds = 30,
this.debugMode = false,
});