You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I was trying to create a reminder app. But couldn't register onTap, onDismissed callbacks.
Describe the solution you'd like
Provide those callbacks on Alarm.init() or in Alarm.set() methods as parameters.
Describe alternatives you've considered
Tried leveraging the ringStream but doesn't work.
Additional context
My app requires something to do other than just dismiss the notification and or open the notification.
The text was updated successfully, but these errors were encountered:
The notification onTap and onDismiss callbacks would be great features to add. Unfortunately, I’m currently the only developer on this plugin and have other priorities, but I will add it to my to-do list. Contributions are welcome if you’re interested.
This is not in WIP at the moment but in the next release you will probably (if everything goes right) have notification action buttons (stop & snooze) !
About the onTap callback, I was working on it but faced a technical limitation on Android. If someone with Kotlin experience could help me this PR #275 it would be great !
Is your feature request related to a problem? Please describe.
I was trying to create a reminder app. But couldn't register onTap, onDismissed callbacks.
Describe the solution you'd like
Provide those callbacks on Alarm.init() or in Alarm.set() methods as parameters.
Describe alternatives you've considered
Tried leveraging the ringStream but doesn't work.
Additional context
My app requires something to do other than just dismiss the notification and or open the notification.
The text was updated successfully, but these errors were encountered: