JobServiceEngine.OnStopJob(JobParameters) Method

Definition

Engine's report that a job has stopped.

[Android.Runtime.Register("onStopJob", "(Landroid/app/job/JobParameters;)Z", "GetOnStopJob_Landroid_app_job_JobParameters_Handler", ApiSince=26)]
public abstract bool OnStopJob (Android.App.Job.JobParameters? params);
[<Android.Runtime.Register("onStopJob", "(Landroid/app/job/JobParameters;)Z", "GetOnStopJob_Landroid_app_job_JobParameters_Handler", ApiSince=26)>]
abstract member OnStopJob : Android.App.Job.JobParameters -> bool

Parameters

params
JobParameters

Returns

Attributes

Remarks

Engine's report that a job has stopped. See JobService#onStopJob(JobParameters) JobService.onStopJob for more information.

Java documentation for android.app.job.JobServiceEngine.onStopJob(android.app.job.JobParameters).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to