Skip to content

Conversation

ishita-gambhir-adobe
Copy link
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.


for (const surface of SURFACES) {
const propositions = messages[surface] || [];

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the line 225 "When using getPropositionsForSurfaces, the returned objects can be wrapped with MessagingProposition..."

We can change to "When using getPropositionsForSurfaces, the returned objects are already MessagingProposition instances with typed items and convenient tracking via PropositionItem.track(...). "

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@cacheung cacheung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a comment for the Readme.

@ishita-gambhir-adobe ishita-gambhir-adobe merged commit 45bbdd3 into adobe:staging Sep 25, 2025
4 of 5 checks passed
cacheung pushed a commit to cacheung/aepsdk-react-native that referenced this pull request Sep 28, 2025
…ace API (adobe#534)

* typecast Messaging Proposition

* update README

* update README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants