JobScheduler.PendingJobReasonQuota Поле

Определение

Внимание!

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

Приложение потребило всю текущую квоту.

[Android.Runtime.Register("PENDING_JOB_REASON_QUOTA", 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 PendingJobReasonQuota = 14;
[<Android.Runtime.Register("PENDING_JOB_REASON_QUOTA", 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 PendingJobReasonQuota : Android.App.Job.PendingJobReason

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

Value = 14
Атрибуты

Комментарии

Приложение потребило всю текущую квоту.

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

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

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