-
Notifications
You must be signed in to change notification settings - Fork 104
enableTimer
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. 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 enable the timer on the background service.
- [disableTimer] (disableTimer)
- [Returned JSON] (returnedJSON)