InitializeSdkProps constructor

InitializeSdkProps({
  1. required String mid,
  2. required Environment environment,
  3. String? shopDomain,
  4. bool? isSnowplowTrackingEnabled,
  5. required MerchantType merchantType,
  6. String? kcMerchantId,
  7. String? kcMerchantToken,
  8. String? mode,
  9. Settings? settings,
  10. String? moEngageId,
  11. void onAnalytics(
    1. String eventName,
    2. Map<String, dynamic> properties
    )?,
})

Implementation

InitializeSdkProps({
  required this.mid,
  required this.environment,
  this.shopDomain,
  this.isSnowplowTrackingEnabled,
  required this.merchantType,
  this.kcMerchantId,
  this.kcMerchantToken,
  this.mode,
  this.settings,
  this.moEngageId,
  this.onAnalytics,
});