nchutchind / cordova-plugin-app-launcher

Simple Cordova plugin for launching apps.
MIT License
88 stars 92 forks source link

Add Extras #4

Closed nchutchind closed 9 years ago

nchutchind commented 9 years ago

Added ParseTypes class to convert basic JSON types to Java types that can go in a Bundle. Plugin looks for extras object being passed in. Added ability to get data back from launched application, if available. Changed the Javascript call to allow success and error callbacks to be passed as part of the options object, if desired.