JobServiceEngine.OnStartJob(JobParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Engine's report that a job has started. See JobService#onStartJob(JobParameters) JobService.onStartJob
for more information.
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.