Example usage for Java android.app.job JobService fields, constructors, methods, implement or subclass
The text is from its open source code.
void | jobFinished(JobParameters params, boolean wantsReschedule) Call this to inform the JobScheduler that the job has finished its work. |