JobScheduler.PendingJobReasonConstraintMinimumLatency 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 latência mínima não ocorreu.

[Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_MINIMUM_LATENCY", 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 PendingJobReasonConstraintMinimumLatency = 9;
[<Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_MINIMUM_LATENCY", 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 PendingJobReasonConstraintMinimumLatency : Android.App.Job.PendingJobReason

Valor do campo

Value = 9
Atributos

Comentários

A latência mínima não ocorreu.

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

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