Skip to content

deregisterForBootStart

Mark Taylor edited this page Jan 4, 2014 · 1 revision

deregisterForBootStart(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 background service from starting automatically on device boot.


Also see

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