Red-Folder / bgs-core

Core code for the Cordova Background Service
Other
236 stars 105 forks source link

Event in service on configuration changed #87

Open ipvadimmironov opened 6 years ago

ipvadimmironov commented 6 years ago

Hello, If there any event fired up in service on configuration changed ( when setConfiguration has executed in frontEnd) ?

Or if there any other way to communicate between front and back?

Red-Folder commented 6 years ago

Yes the setConfiguration (frontend) calls through to the setConfig in the service

See https://github.com/Red-Folder/bgs-core/wiki/Using-the-configuration for a summary.