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

disableTimer(successCallback, failureCallback)

  • successCallback The callback which will be called if the method is successful. The callback is passed the [Returned JSON] (Returned-JSON).
  • failureCallback The callback which will be called if the method encounters an error. The callback is passed the [Returned JSON] (Returned-JSON).

Method will disable the timer on the background service.


Also see

  • [enableTimer] (enableTimer)
  • [Returned JSON] (Returned-JSON)
Clone this wiki locally