0

I am working with a cordova app to send images as push notification. I am getting all payload data in cold start. How can I pass that data to notification bar? Notification bar only shows title and message. How can I pass other data?

Ajoy
  • 1,838
  • 3
  • 30
  • 57

1 Answers1

0

PushPlugin does not currently have this feature. To show an image in the notification bar, you will have to modify the plugin to create a notification with your image or any other data. It will depend on your target platform. For Android, I have submitted this pull request for BigPictureStyle

Ajoy
  • 1,838
  • 3
  • 30
  • 57