-
Notifications
You must be signed in to change notification settings - Fork 42
feat: implement getEmbeddedMessages method. not working -- giving back empty array #791
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: loren/embedded/MOB-12273-card-component
Are you sure you want to change the base?
feat: implement getEmbeddedMessages method. not working -- giving back empty array #791
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 |
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.
| var buttonDict = [AnyHashable: Any]() | ||
| buttonDict["id"] = button.id | ||
| if let title = button.title { | ||
| buttonDict["title"] = title |
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.
| } | ||
| buttonDict["action"] = actionDict | ||
| } else { | ||
| buttonDict["action"] = NSNull() |
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.
| var textDict = [AnyHashable: Any]() | ||
| textDict["id"] = textElement.id | ||
| if let textValue = textElement.text { | ||
| textDict["text"] = textValue |
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.

🔹 JIRA Ticket(s) if any
✏️ Description