mfdeveloper
released this
10 Jul 17:10
·
0 commits
to master
since this release
- Refactor
AbstractClickReceiver
class to extends fromService
insteadofIntentService
, and overridesonStartCommand
method to returnSTART_STICKY
- Added
listeners
static property toLocalNotification
class, to executefireEvent
from Android native too - Added a
Activity
example in android/app module, to run aJobService
with the notification in background, to test the click in background