InitializeSdkProps constructor
InitializeSdkProps({
- required String mid,
- required Environment environment,
- String? shopDomain,
- bool? isSnowplowTrackingEnabled,
- required MerchantType merchantType,
- String? kcMerchantId,
- String? kcMerchantToken,
- String? mode,
- Settings? settings,
- String? moEngageId,
- void onAnalytics()?,
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,
});