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

enableTimer(milliseconds, successCallback, failureCallback)

  • milliseconds The milliseconds used for the timer
  • 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 enable the timer on the background service.


Also see

  • [disableTimer] (disableTimer)
Clone this wiki locally