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

stopService(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 stop the background service.


Also see

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