EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

Callback on after notification triggered. #195

Open coder-ashwin opened 4 years ago

coder-ashwin commented 4 years ago

It would be good have a callback method which will execute after the scheduled notification is triggered

lifo-linxuanli commented 3 years ago

It would be good have a callback method which will execute after the scheduled notification is triggered

You can use addOnMessageReceivedCallback. I remember it will be triggered when you tap the notification.