The members of Android.App.Job.JobInfo are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | DefaultInitialBackoffMillis | long (30000). Amount of backoff a job has initially by default, in milliseconds. |
const | MaxBackoffDelayMillis | long (18000000). Maximum backoff we allow for a job, in milliseconds. |
[read-only] | BackoffPolicyValue | BackoffPolicy. One of either JobInfo.BACKOFF_POLICY_EXPONENTIAL, or JobInfo.BACKOFF_POLICY_LINEAR, depending on which criteria you set when creating this job. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Extras | Android.OS.PersistableBundle. Bundle of extras which are returned to your application at execution time. |
[read-only] | Id | int. Unique job id associated with this class. |
[read-only] | InitialBackoffMillis | long. The amount of time the JobScheduler will wait before rescheduling a failed job. |
[read-only] | IntervalMillis | long. Set to the interval between occurrences of this job. |
[read-only] | IsPeriodic | bool. Track whether this job will repeat with a given period. |
[read-only] | IsPersisted | bool. |
[read-only] | IsRequireCharging | bool. Whether this job needs the device to be plugged in. |
[read-only] | IsRequireDeviceIdle | bool. Whether this job needs the device to be in an Idle maintenance window. |
[read-only] | MaxExecutionDelayMillis | long. See NoType:android/app/job/JobInfo$Builder;Href=../../../../reference/android/app/job/JobInfo.Builder.html#setOverrideDeadline(long). |
[read-only] | MinLatencyMillis | long. Set for a job that does not recur periodically, to specify a delay after which the job will be eligible for execution. |
[read-only] | NetworkType | NetworkType. One of JobInfo.NETWORK_TYPE_ANY, JobInfo.NETWORK_TYPE_NONE, or JobInfo.NETWORK_TYPE_UNMETERED. |
[read-only] | Service | Android.Content.ComponentName. Name of the service endpoint that will be called back into by the JobScheduler. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |