Compartilhar via


JobScheduler.PendingJobReasonBackgroundRestriction Campo

Definição

Cuidado

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

O aplicativo está impedido de ser executado em segundo plano.

[Android.Runtime.Register("PENDING_JOB_REASON_BACKGROUND_RESTRICTION", 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 PendingJobReasonBackgroundRestriction = 3;
[<Android.Runtime.Register("PENDING_JOB_REASON_BACKGROUND_RESTRICTION", 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 PendingJobReasonBackgroundRestriction : Android.App.Job.PendingJobReason

Valor do campo

Value = 3
Atributos

Comentários

O aplicativo está impedido de ser executado em segundo plano.

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

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