What happened?
As per the REST API reference there should be a canceled property for all returned messages. That property is missing in this library.
https://documentation.onesignal.com/reference/view-message#response-canceled
Steps to reproduce?
- Install
5.2.0-beta1
- Check the
NotificationWithMeta model for a canceled property
What did you expect to happen?
The NotificationWithMeta model should include the canceled property so that when calling the getNotifications method it should include that value in its response items.
Code of Conduct