Freigeben über


JobInfo.PriorityDefault Feld

Definition

Achtung

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

Standardwert für alle regulären Aufträge.

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

Feldwert

Value = 300

Implementiert

Attribute

Hinweise

Standardwert für alle regulären Aufträge. Wie in diesem Beispiel JobSchedulererwähnt, haben diese Aufträge eine allgemeine Ausführungszeit von 10 Minuten. Empfängt die standardmäßige Auftragsverwaltungsrichtlinie.

Java-Dokumentation für android.app.job.JobInfo.PRIORITY_DEFAULT.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: