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
What happened?
As per the REST API reference there should be a
canceledproperty for all returned messages. That property is missing in this library.https://documentation.onesignal.com/reference/view-message#response-canceled
Steps to reproduce?
5.2.0-beta1NotificationWithMetamodel for acanceledpropertyWhat did you expect to happen?
The
NotificationWithMetamodel should include thecanceledproperty so that when calling thegetNotificationsmethod it should include that value in its response items.Code of Conduct