Java android.app.job JobService fields, constructors, methods, implement or subclass

Example usage for Java android.app.job JobService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app.job JobService.

The text is from its open source code.

Subclass

android.app.job.JobService has subclasses.
Click this link to see all its subclasses.

Method

voidjobFinished(JobParameters params, boolean wantsReschedule)
Call this to inform the JobScheduler that the job has finished its work.