EddyVerbruggen / nativescript-local-notifications

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

Execute function when clicking on Action Button #207

Open moonmatt opened 3 years ago

moonmatt commented 3 years ago

Is it possible to execute a function when clicking on an action button? Other than launching the app? If so, how?

jnorkus commented 2 years ago

Set up an event handler using addOnMessageReceivedCallback. If you don't want the action to launch the app, set action's launch: false.

Dima2111 commented 1 year ago

Hi!

local_notification_nativescript