-
Notifications
You must be signed in to change notification settings - Fork 38
Support for IAM in RN Messaging package #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4272d8c
Added APIs for in-app messaging.
shtomar-adb 32041fe
Added the JS equivalent of Messaging Delegate.
shtomar-adb acc79a9
Removed the suppresautotrack parameter from Message.dismiss.
shtomar-adb 6bc2c05
Updated sample app to show usage of more IAM API's. Update in the imp…
shtomar-adb 152cf47
Address code review feedback.
shtomar-adb 3e74668
Addressed code review feedback.
shtomar-adb 145b590
Added Message parameter in urlLoaded function of MessagingDelegate.
shtomar-adb 0b5724c
Added IAM APIs in Messaging Readme
shtomar-adb 7d7af90
Added more Logs.
shtomar-adb 39e8415
Merge branch 'messaging' of github.com:adobe/aepsdk-react-native into…
shtomar-adb 2c917fe
Merged the upstream staging branch.
shtomar-adb 5821a50
Rename function Message.clearMessage to Message.clear
shtomar-adb 1fbc49c
Updated the Readme to address code review feedback
shtomar-adb 4ed1412
Updated the installation instructions
shtomar-adb 0227248
Added Android native code RN package
shtomar-adb e8fbc67
Merge branch 'messaging' of github.com:adobe/aepsdk-react-native into…
shtomar-adb 44d975f
Updated Android install instructions
shtomar-adb fc07d67
Added Unit tests and Type script description file.
shtomar-adb 88e4ccb
Changes in RN Messaging package Android side.
shtomar-adb 236aa9f
Added Offer activity id and placement id as metadata in AndroidManife…
shtomar-adb b5a4a28
Integrated the updated messaging.aar to keep track and handleJsMessag…
shtomar-adb 3f955f9
Added the activity and placement id in plist. Changed the bundle id …
shtomar-adb a1cc78c
Merge branch 'staging' of https://github.com/adobe/aepsdk-react-nativ…
dsoffiantini db3ace5
-a couple small updates from the pr review
sbenedicadb e76001b
Merge pull request #174 from sbenedicadb/messaging
sbenedicadb 204a49d
add some of the extensions back into android sample app
sbenedicadb fbd9193
-fix registerExtension calls
sbenedicadb ff7eb40
Merge pull request #175 from sbenedicadb/messaging
sbenedicadb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "java.configuration.updateBuildConfiguration": "interactive" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add those extension registrations back.