cordova-plugin-background-geolocation
cordova-plugin-background-geolocation copied to clipboard
Please, can you add this options ?
Your Environment
- Plugin version:Current
- Platform: Android
- OS version: 8
- Device manufacturer and model:
- Running in Simulator:
- Cordova version (
cordova -v
): - Cordova platform version (
cordova platform ls
): - Plugin configuration options:
- Link to your project:
Context
This is not a bug .. Please , can you add this options ... example ...
const config: BackgroundGeolocationConfig = { .... custom: {'foo':'foo'} }; .. send options "custom" and recive in this.backgroundGeolocation.headlessTask()
this.backgroundGeolocation.headlessTask( (event) => { const foo = event.params.custom.foo; });
.. please .. :)