Red-Folder / bgs-core

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

Add method onCleanup to override #94

Open icecoolinux opened 6 years ago

icecoolinux commented 6 years ago

In my service class I need to clean something (remove a gps listener) when the service run onDestroy.

A posible solution is add a method onCleanup in BackgroundService class for subclasses to override.

Thank