javascript - Pebble JS SDK: how to catch & react on an external app notification -


i have weather app sends notification upcoming rain. standalone app, runs on android/ios.

is there way catch notification app , show info on watch screen pebble js sdk?

you can use android's notificationlistenerservice. there more information on how use in it's documentation, found here.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -