You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.