JobScheduler.ResultFailure Field

Definition

Returned from #schedule(JobInfo) if a job wasn't scheduled successfully.

[Android.Runtime.Register("RESULT_FAILURE")]
public const int ResultFailure = 0;
[<Android.Runtime.Register("RESULT_FAILURE")>]
val mutable ResultFailure : int

Field Value

Int32
Attributes

Remarks

Java documentation for android.app.job.JobScheduler.RESULT_FAILURE.

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