Language

JobInfo.CategoryAppUpdates Field

Definition

Caution

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

Category indicating the job is for performing app updates by a registered app store.

[Android.Runtime.Register("CATEGORY_APP_UPDATES", ApiSince=37)]
[Android.Runtime.RequiresPermission("android.permission.INSTALL_PACKAGES_AS_REGISTERED_APP_STORE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.JobInfoCategory enum directly instead of this field.", true)]
public const Android.App.Job.JobInfoCategory CategoryAppUpdates = 1;
[<Android.Runtime.Register("CATEGORY_APP_UPDATES", ApiSince=37)>]
[<Android.Runtime.RequiresPermission("android.permission.INSTALL_PACKAGES_AS_REGISTERED_APP_STORE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Job.JobInfoCategory enum directly instead of this field.", true)>]
val mutable CategoryAppUpdates : Android.App.Job.JobInfoCategory

Field Value

Value = 1

Implements

Attributes

Applies to