Condividi tramite


JobParameters.StopReasonBackgroundRestriction Campo

Definizione

Attenzione

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

L'app non può essere eseguita in background.

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

Valore del campo

Value = 11

Implementazioni

Attributi

Commenti

L'app non può essere eseguita in background.

Documentazione java per android.app.job.JobParameters.STOP_REASON_BACKGROUND_RESTRICTION.

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