-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing action button for direct reply to notifications #217
Comments
@WaSa42 The OneSignal Android SDK that is used by this SDK does not currently support this feature. It could be added to the native SDK or you can create your own Cordova Android plugin that uses the Background Data and Notification Overriding OneSignal SDK feature to override the notification being displayed to add this. Thanks. |
Just checking if there was any progress on this or any better approaches in the ~4months since the ticket was cut. Otherwise I was planning to do as @jkasten2 suggests -- 'create your own Cordova Android plugin that uses the Background Data and Notification Overriding OneSignal SDK' |
@baskin We don't plan to get to this in the near future, there are a number of other higher priority tasks we have on our roadmap before this one. Thanks. |
It's been 6 years, is there any progress on this? |
Onesignal still doesn't support direct replies!? |
I must implement direct reply as it is explained in android documentation for native application.
I've seen that it's possible to customize action buttons and handle those events with NotificationOpenedHandler, but nothing like a direct reply action.
What should I do to implement a such feature ?
Thanks for your help,
The text was updated successfully, but these errors were encountered: