-
Notifications
You must be signed in to change notification settings - Fork 55
Can't get custom key-values data when click on InAppMessages #45
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
Comments
@aldychris Can you share the logs of the error that shows up on the Android Studio console? |
here my logs
On log didn't show any error but here the screenshoot when I try to debug it It's simple fixes on my fork branch with this commit aldychris@d67bee0 basically just use Map<dynamic,dynamic> instead Map<String,String> |
@aldychris Thank you for helping out with the fix, we'll be incorporating these changes in the next release due on Friday. |
When I'm click on image for Interstitial type of InAppMessages with custom key-values pair then it's throws error of
InternalLinkedHashMap<dynamic, dynamic> is not subtype of type Map<String,String>
The data not reflect in
.setCleverTapInAppNotificationButtonClickedHandler((map) {
//Didn't get my custom key & value here
});
The text was updated successfully, but these errors were encountered: