CustomerIOConfig constructor
CustomerIOConfig({
- required String cdpApiKey,
- String? migrationSiteId,
- Region? region,
- CioLogLevel? logLevel,
- bool? autoTrackDeviceAttributes,
- bool? trackApplicationLifecycleEvents,
- String? apiHost,
- String? cdnHost,
- int? flushAt,
- int? flushInterval,
- ScreenView? screenViewUse,
- InAppConfig? inAppConfig,
- PushConfig? pushConfig,
Implementation
CustomerIOConfig({
required this.cdpApiKey,
this.migrationSiteId,
this.region,
this.logLevel,
this.autoTrackDeviceAttributes,
this.trackApplicationLifecycleEvents,
this.apiHost,
this.cdnHost,
this.flushAt,
this.flushInterval,
this.screenViewUse,
this.inAppConfig,
PushConfig? pushConfig,
}) : pushConfig = pushConfig ?? PushConfig();