-
Notifications
You must be signed in to change notification settings - Fork 42
[MOB-7052] Embedded messaging feature #751
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
base: master
Are you sure you want to change the base?
Conversation
…OB-12260-create-embedded-tab-in-example-app
…-app' into loren/embedded/MOB-12261-add-embedded-manager-class
…-app' into loren/embedded/MOB-12261-add-embedded-manager-class
…to loren/embedded/MOB-12263-android-add-ability-to-sync-embedded-messages
…terableAPIModuleImpl
…RNIterableAPIModule
…mbeddedMessaging flag
… to ReactIterableAPI
…ate message retrieval logic
…trieval from all placements
…tup-embedded-integration-for-ios [SDK-237] Set up embedded for iOS
…ability-to-start-and-end-a-session [SDK-240]: add start and end embedded session methods to ReactIterableAPI
…ability-to-sync-and-get-messages [SDK-235] Add ability to sync and get messages
…add-start-impression-and-pause-impression-a
…terable configuration
…add-start-impression-and-pause-impression-a
…se-impression-a' into loren/embedded/SDK-231-ios-add-click-handling-and-track
…' into loren/embedded/SDK-303-make-the-embedded-functionality-for-ios-and-andrio
…for-ios-and-andrio' into loren/embedded/SDK-234-ios-add-real-time-updates-and-track-message-rece
…start-impression-and-pause-impression-a [SDK-232] add startEmbeddedImpression and pauseEmbeddedImpression methods to ReactIterableAPI
…click-handling-and-track [SDK-231] Add click handling tracking
…-embedded-functionality-for-ios-and-andrio [SDK-303] Make the functionality for ios and android the same
…real-time-updates-and-track-message-rece [SDK-234] Add real time updates to iOS
| </View> | ||
| </ScrollView> | ||
| </SafeAreaView> | ||
| ); |
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.
| if onEmbeddedMessageUpdatePresent || onEmbeddedMessagingDisabledPresent { | ||
| IterableAPI.embeddedManager.addUpdateListener(self) | ||
| } | ||
| } |
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.
| * | ||
| * TODO: Figure out if this is purposeful | ||
| */ | ||
| // eslint-disable-next-line eqeqeq |
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.
| */ | ||
| // eslint-disable-next-line eqeqeq | ||
| onEmbeddedMessagingDisabledPresent: | ||
| this.onEmbeddedMessagingDisabled != undefined, |
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.
[SDK-223] Android Realtime update
🔹 JIRA Ticket(s) if any
✏️ Description
Adds the embedded messaging feature
This contains the following PRS: