feat: implement getEmbeddedMessages method. not working -- giving back empty array#791
Open
lposen wants to merge 135 commits intoloren/embedded/MOB-12273-card-componentfrom
Open
feat: implement getEmbeddedMessages method. not working -- giving back empty array#791lposen wants to merge 135 commits intoloren/embedded/MOB-12273-card-componentfrom
lposen wants to merge 135 commits intoloren/embedded/MOB-12273-card-componentfrom
Conversation
…curate orientation detection
…eneration in MockRNIterableAPI
…to feature/MOB-12160-add-tests-for-usedeviceorientation
…etrypolicy-ts-classes
…-usedeviceorientation [MOB-12160] add unit tests for useDeviceOrientation
…-iterableutil [MOB-12186] add-tests-for-iterableutil
…ild configuration settings
…it in RNIterableAPI.mm
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…oid-br' into jwt/MOB-11032-task-4-ios-bridge-retrypolicy-and-authfailure
…e-and-retrypolicy-ts-classes [MOB-10946] Update JWT in ts
…cy-config-at-android-br
…mentation examples
… SDK version references
… IterableAppProvider
…iterableinappmanager [MOB-12189] add-tests-to-iterableinappmanager
…cidentally-left-in [SDK-148] remove font references from Info.plist to streamline configuration
…y updated on re-initialization
…ODO for root cause resolution
chore(deps): bump tar from 7.5.1 to 7.5.2
…-3.14.2 chore(deps): bump js-yaml from 3.14.1 to 3.14.2
…ative-community/cli-18.0.1 chore(deps-dev): bump @react-native-community/cli from 18.0.0 to 18.0.1
…al-not-respected-always-def [SDK-196] Fix retryInterval not being able to be updated
[MOB-9064] JWT
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (4)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
5 new issues
|
| dict["payload"] = payload | ||
| } | ||
|
|
||
| return dict |
| var buttonDict = [AnyHashable: Any]() | ||
| buttonDict["id"] = button.id | ||
| if let title = button.title { | ||
| buttonDict["title"] = title |
| } | ||
| buttonDict["action"] = actionDict | ||
| } else { | ||
| buttonDict["action"] = NSNull() |
| var textDict = [AnyHashable: Any]() | ||
| textDict["id"] = textElement.id | ||
| if let textValue = textElement.text { | ||
| textDict["text"] = textValue |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

🔹 JIRA Ticket(s) if any
✏️ Description