[Android.Runtime.Register("RESULT_FAILURE")] public const intResultFailure
Remarks
Returned from JobScheduler.Schedule(JobInfo) when an invalid parameter was supplied. This can occur
if the run-time for your job is too short, or perhaps the system can't resolve the
requisite Android.App.Job.JobService in your package.