JobParameters.StopReason Property

Definition

C#
public virtual int StopReason { [Android.Runtime.Register("getStopReason", "()I", "GetGetStopReasonHandler", ApiSince=31)] get; }

Property Value

The reason JobService#onStopJob(JobParameters) was called on this job. Will be #STOP_REASON_UNDEFINED if JobService#onStopJob(JobParameters) has not yet been called.

Attributes

Remarks

Java documentation for android.app.job.JobParameters.getStopReason().

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35