I would like to fire app-level event from native android module - from benCoding.AlarmManager.
When app receive notification I Would like to run some code using:
Ti.App.addEventListener('onbencodingnotification', function(e){ [code to run] });What should I put after
utils.infoLog("You should now see a notification");
on line 76 (source file)?