1.3.5 • Published 7 years ago

cordova-plugin-background-service v1.3.5

Weekly downloads
18
License
Apache License Ve...
Repository
github
Last release
7 years ago

BackgroundService

Installing the plugin

$ cordova plugin add cordova-plugin-background-service

Using the plugin

The plugin creates the object window.BackgroundService with the methods start(success, failure, config), and stop(success, failure).

window.BackgroundService.start(
    function(fn) { dosometing(), fn && fn() },
    function() { console.log('err') }
)

Code Refs

https://github.com/katzer/cordova-plugin-background-mode

https://github.com/transistorsoft/cordova-plugin-background-fetch

1.3.5

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago