JobScheduler.PendingJobReasonConstraintBatteryNotLow 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 bateria não baixa solicitada não é satisfeita.

[Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_BATTERY_NOT_LOW", 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 PendingJobReasonConstraintBatteryNotLow = 4;
[<Android.Runtime.Register("PENDING_JOB_REASON_CONSTRAINT_BATTERY_NOT_LOW", 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 PendingJobReasonConstraintBatteryNotLow : Android.App.Job.PendingJobReason

Valor do campo

Value = 4
Atributos

Comentários

A restrição de bateria não baixa solicitada não é satisfeita.

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

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