CustomMessageActivity constructor
CustomMessageActivity({
- String? deliveryUri,
- List<
EndpointTypesElement> ? endpointTypes, - JourneyCustomMessage? messageConfig,
- String? nextActivity,
- String? templateName,
- String? templateVersion,
Implementation
CustomMessageActivity({
this.deliveryUri,
this.endpointTypes,
this.messageConfig,
this.nextActivity,
this.templateName,
this.templateVersion,
});