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

[CM-1798] Event Trigger via message meta data bug #112

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

AbhijeetRanjan308
Copy link
Contributor

Summary

  • Fixed Message Metadata typeCasting in iOS Side.
  • Need to pass the data in object format

Code

dynamic metadataObject = {'CUSTOM_WELCOME_EVENT' : 'welcome_sti'};
dynamic conversationObject = {'appId': <YOUR-APP-ID>, 'messageMetadata': metadataObject}; 
/// user can pass this conversation object in Build conversation function

@joshi-kt joshi-kt merged commit 8e853a7 into master Dec 22, 2023
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.

None yet

3 participants