-
Greetings, I want to add action buttons for Android, like the picture below. I have been trying this almost for a week. In the first stages of my research, I understand that I have to do it with native code. Since I have no native mobile development experience, also no experience with Java or Kotlin made my problem bigger. Another crucial question in my head was code maintainability. So, When I found out the new version was pre-released, I immediately started to test version 8 of firebase messaging. I tried to do a few things with the code in the example project but failed. My questions:
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For this you will need to use a local notifications package. |
Beta Was this translation helpful? Give feedback.
For this you will need to use a local notifications package.