darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 130 forks source link

Fix documentation of sendResult() function #97

Closed zbynekstara closed 4 years ago

zbynekstara commented 4 years ago

Cordova throws an error Wrong type of parameter "callback" when the callback parameter is not provided. See https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/pull/96#issuecomment-578235640

Sorry for the double PR

darryncampbell commented 4 years ago

Thanks, merging.