cordova-plugin-background-geolocation icon indicating copy to clipboard operation
cordova-plugin-background-geolocation copied to clipboard

Please, can you add this options ?

Open vmseguridaderp opened this issue 4 years ago • 0 comments

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 .. :)

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Context

Debug logs

vmseguridaderp avatar Nov 25 '20 00:11 vmseguridaderp