FileDocCategorySizeDatePackage
IJobService.javaAPI DocAndroid 5.1 API3897Sat Mar 14 05:47:58 GMT 2015android.app.job

IJobService

public interface IJobService implements android.os.IInterface
Interface that the framework uses to communicate with application code that implements a JobService. End user code does not implement this interface directly; instead, the app's service implementation will extend android.app.job.JobService. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidstartJob(android.app.job.JobParameters jobParams)
Begin execution of application's job.

public voidstopJob(android.app.job.JobParameters jobParams)
Stop execution of application's job.