nativescript-local-notifications
nativescript-local-notifications copied to clipboard
Execute function when clicking on Action Button
Is it possible to execute a function when clicking on an action button? Other than launching the app? If so, how?
Set up an event handler using addOnMessageReceivedCallback. If you don't want the action to launch the app, set action's launch: false.
Hi!
