Skip to content
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

[MOB-6878] iOS IterableEmbeddedView (OOTB) #674

Merged
merged 19 commits into from
Dec 19, 2023

Conversation

anlinguist
Copy link
Collaborator

@anlinguist anlinguist commented Sep 15, 2023

🔹 Jira Ticket(s)

✏️ Description

This PR implements the IterableEmbeddedView, which is an out of the box view for embedded messaging. The SDK implementation can be used with the corresponding Fiterable OOTB PR to see how the IterableEmbeddedView is used in a client app.

Merging into anelson/6734-update-messages-with-placements which is currently awaiting PR into embedded-messaging branch.

@anlinguist
Copy link
Collaborator Author

I fixed these errors in the subsequent url/action handlers PR.

Base automatically changed from anelson/6734-update-messages-with-placements to embedded-messaging December 13, 2023 20:37
“Akshay and others added 15 commits December 14, 2023 05:14
Config object
Enum for type
Removal of ViewDelegate and its methods
1. Clicks now call the action handler and urlHandler of iterableConfig. This means they can open passed url. However, in recent commit, Ive removed the generic delegate methods which removes the didPrimaryButtonPressed and similar callbacks that viewControllers could implement. Now this is more aligned with Android implementation.
2. Sync messages now gets called in manager's init method. We have to try accomplishing the same thing via app's lifecycle activity. Somehow, for the first launch, the manager is not calling sync messages. Hence calling it during initialization
…roid

[MOB-7458] - Aligning iOS with Android
[MOB-7475] updates button naming to primary and secondary
…-view-type

[MOB-7474] updates configuration to properly use default values
@evantk91 evantk91 merged commit 8e2a567 into embedded-messaging Dec 19, 2023
0 of 2 checks passed
@evantk91 evantk91 deleted the anelson/ootb-banner branch December 19, 2023 20:04
@evantk91 evantk91 restored the anelson/ootb-banner branch December 25, 2023 16:55
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.

2 participants