You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling a OneSignal.Notifications.addEventListener('click', ) in which the event has associated action buttons, the event.result.actionId is undefined but clickEvent.result.actionID is defined.
This does not match the NotificationClickResult interface which specifies that value to be in actionId.
Steps to reproduce?
1. Send a push notification with an action button
2. Using the 'click' event listener, attempt to retrieve the event result actionId and it will be undefined
3. Using the 'click' event listener, attempt to retrieve the event result actionID and it will be properly set
What did you expect to happen?
I expect that the actionId value will be populated instead of actionID
OneSignal Cordova SDK version
5.2.6
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
When handling a OneSignal.Notifications.addEventListener('click', ) in which the event has associated action buttons, the event.result.actionId is undefined but clickEvent.result.actionID is defined.
This does not match the NotificationClickResult interface which specifies that value to be in actionId.
Steps to reproduce?
What did you expect to happen?
I expect that the actionId value will be populated instead of actionID
OneSignal Cordova SDK version
5.2.6
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: