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
according to documentation ActionPerformed object has a key .notification that represents the notification as PushNotificationSchema object, which is not the case. The notification object contains the id key merged with the keys from the data object. It does not have title, body and other keys.
Bug Report
Plugin(s)
PushNotifications
Capacitor Version
7.0.x
Platform(s)
Android
Current Behavior
getDeliveredNotifications()throws as the linked PR showspushNotificationActionPerformedevent throws as the linked PR showsgetDeliveredNotifications()notification.id is an intremoveDeliveredNotifications()does not work when passing a notification fromgetDeliveredNotifications()ActionPerformedobject has a key.notificationthat represents the notification asPushNotificationSchemaobject, which is not the case. Thenotificationobject contains theidkey merged with the keys from thedataobject. It does not havetitle,bodyand other keys.