共用方式為


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 分鐘。 接收標準作業管理原則。

android.app.job.JobInfo.PRIORITY_DEFAULTJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於