JobInfo.CategoryAppUpdates Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 1Implements
- Attributes