Поделиться через


JobInfo.PriorityDefault Поле

Определение

Внимание!

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

Значение по умолчанию для всех обычных заданий.

[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

Значение поля

Value = 300

Реализации

Атрибуты

Комментарии

Значение по умолчанию для всех обычных заданий. Как отмечалось, JobSchedulerэти задания имеют общее время выполнения в 10 минут. Получает стандартную политику управления заданиями.

Документация по Java для android.app.job.JobInfo.PRIORITY_DEFAULT.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к