adobe / aepsdk_flutter

Apache License 2.0
8 stars 11 forks source link

Add Datastream override feature to Edge plugin. #120

Closed cacheung closed 1 month ago

cacheung commented 1 month ago

Add datastream override feature to Edge plugin.

Using Constructor final ExperienceEvent experienceEvent = ExperienceEvent.createEventWithOverrides(xdmData, data, "datastreamId", configOverrides);

We keep the previous supported usage for datasetId for backward compatibility.

EdgeView

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

cacheung commented 1 month ago

@addb Thanks for the reviewing, I updated with your review comments.