JobServiceEngine.OnStartJob(JobParameters) Method

Definition

Engine's report that a job has started.

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

Parameters

params
JobParameters

Returns

Boolean
Attributes

Remarks

Java documentation for android.app.job.JobServiceEngine.onStartJob(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