nativescript-local-notifications icon indicating copy to clipboard operation
nativescript-local-notifications copied to clipboard

Execute function when clicking on Action Button

Open moonmatt opened this issue 4 years ago • 2 comments

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

moonmatt avatar Jun 25 '21 01:06 moonmatt

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

jnorkus avatar Nov 10 '21 08:11 jnorkus

Hi!

local_notification_nativescript

Dima2111 avatar Dec 08 '22 13:12 Dima2111