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.

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

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