Compartilhar via


JobScheduler.PendingJobReasonConstraintDeviceIdle Campo

Definição

Cuidado

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

A restrição de ociosidade solicitada não é satisfeita.

[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

Valor do campo

Value = 8
Atributos

Comentários

A restrição de ociosidade solicitada não é satisfeita.

Documentação Java para android.app.job.JobScheduler.PENDING_JOB_REASON_CONSTRAINT_DEVICE_IDLE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a