coconauts / NotificationListener-cordova

NotificationListenerService plugin for Cordova/Phonegap
Other
37 stars 28 forks source link

output action params list #11

Open serdartaylan opened 6 years ago

serdartaylan commented 6 years ago

Thanks for the plugin. I want to get action parameters for output information. for example: twitter application when I click on the details of the profile opens. I want to get information such as userId of this profile. do this at https://github.com/coconauts/NotificationListener-cordova/blob/master/src/android/NotificationCommands.java#L90

How can I do here.