Skip to content

Commit

Permalink
[MOB-21475] Adding the javadoc for the new public API exposed trackDi…
Browse files Browse the repository at this point in the history
…splayedPropositions for the list of propositions
  • Loading branch information
siddique-adobe committed Oct 28, 2024
1 parent ae0f878 commit 87b6935
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,14 @@ protected static void failWithOptimizeError(
}
}

/**
* Dispatches an event for the Edge network extension to send an Experience Event to the Edge
* network with the display interaction data for the given {@code List<OptimizeProposition>}
* offer.
*
* @param propositions {@code List<OptimizeProposition>} containing the list of propositions
* @see OptimizeUtils#trackWithData(Map)
*/
public static void trackDisplayedPropositions(final List<OptimizeProposition> propositions) {
Map<String, Object> xdm =
OptimizeUtils.generateInteractionXdm(
Expand Down

0 comments on commit 87b6935

Please sign in to comment.