Condividi tramite


JobScheduler.PendingJobReasonConstraintDeviceIdle Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.App.Job.PendingJobReason enum directly instead of this field.

Il vincolo di inattività richiesto non è soddisfatto.

[Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_DEVICE_IDLE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.PendingJobReason enum directly instead of this field.", true)]
public const Android.App.Job.PendingJobReason PendingJobReasonConstraintDeviceIdle = 8;
[<Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_DEVICE_IDLE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.PendingJobReason enum directly instead of this field.", true)>]
val mutable PendingJobReasonConstraintDeviceIdle : Android.App.Job.PendingJobReason

Valore del campo

Value = 8
Attributi

Commenti

Il vincolo di inattività richiesto non è soddisfatto.

Documentazione java per android.app.job.JobScheduler.PENDING_JOB_REASON_CONSTRAINT_DEVICE_IDLE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a