OsmosConfig constructor
OsmosConfig({})
Implementation
OsmosConfig({
required this.clientId,
required this.debug,
required this.shareAdvertisingId,
required this.displayAdsHost,
required this.productAdsHost,
required this.eventTrackingHost,
// Set event batch processing permission
required this.enableBatchProcessing,
// Set batch processing variables
required this.maxEventsPerBatch,
required this.maxTimeInterval,
required this.maxRetryCount
});