AirshipConfig constructor
AirshipConfig({ - ConfigEnvironment? defaultEnvironment,
- ConfigEnvironment? developmentEnvironment,
- ConfigEnvironment? productionEnvironment,
- Site? site,
- bool? inProduction,
- List<String>? urlAllowList,
- List<String>? urlAllowListScopeOpenUrl,
- List<String>? urlAllowListScopeJavaScriptInterface,
- bool? isChannelCreationDelayEnabled,
- String? initialConfigUrl,
- List<Feature>? enabledFeatures,
- bool? isChannelCaptureEnabled,
- bool? suppressAllowListError,
- bool? autoPauseInAppAutomationOnLaunch,
- IOSConfig? iosConfig,
- AndroidConfig? androidConfig,
})
Implementation
AirshipConfig(
{this.defaultEnvironment,
this.developmentEnvironment,
this.productionEnvironment,
this.site,
this.inProduction,
this.urlAllowList,
this.urlAllowListScopeOpenUrl,
this.urlAllowListScopeJavaScriptInterface,
this.isChannelCreationDelayEnabled,
this.initialConfigUrl,
this.enabledFeatures,
this.isChannelCaptureEnabled,
this.suppressAllowListError,
this.autoPauseInAppAutomationOnLaunch,
this.iosConfig,
this.androidConfig});