ostownsville / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
21 stars 17 forks source link

Buttons in the notification #26

Closed luigi37 closed 6 years ago

luigi37 commented 6 years ago

Hi, is it possible to get buttons on the notification?

CowboyCode commented 6 years ago

No, only programmatically in your code, when you app is receiving the message. Not in the system/background messages.

luigi37 commented 6 years ago

Any plan to add it? It seems possible in principle (at list on iOS) https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md

CowboyCode commented 6 years ago

Do you mean badge?

luigi37 commented 6 years ago

Nope: action buttons....

luigi37 commented 6 years ago

I found this reference: https://material.io/guidelines/patterns/notifications.html#notifications-behavior

A notification may offer up to three actions when expanded. It should not duplicate the action taken from tapping on the notification body.