-
Notifications
You must be signed in to change notification settings - Fork 663
Open
Labels
Description
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()- according to documentation
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.