Skip to content
Mark Taylor edited this page Jan 4, 2014 · 3 revisions

startService(successCallback, failureCallback)

  • successCallback The callback which will be called if the method is successful
  • failureCallback The callback which will be called if the method encounters an error

Method will start the background service. Note that a background service must be started before most other methods - however the enableTimer will also need to be called before the [doWork] (doWork) of the background service is run.

Clone this wiki locally