[Firebase Messaging] Get actions when user taps notification banner #12232
Unanswered
delfme
asked this question in
Feature request
Replies: 1 comment
-
@delfme |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use
getInitialMessage()
andonMessageOpenedApp
to grab the event "user tapped a notification banner" and then navigate user to a screen.Is there a way to also grab the button tapped by the user in case that actions are attached to the notifications? We need this to manage Accept/Decline of an icoming phone call.
On IOS, we are using
ios Notification Service Extension
, so we cannot rely onflutter_local_notification
and we'd need firebase above methods to being able to get actions selected by the user when tapping the notification banner.Beta Was this translation helpful? Give feedback.
All reactions