alarm icon indicating copy to clipboard operation
alarm copied to clipboard

Provide notification onTap, onDismissed callbacks

Open smjxpro opened this issue 8 months ago • 4 comments

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.

smjxpro avatar Jun 01 '24 07:06 smjxpro