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}