BackgroundAccessRequestKind Enum
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.
Specifies the level of background activity that an app can request.
public enum class BackgroundAccessRequestKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class BackgroundAccessRequestKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum BackgroundAccessRequestKind
var value = Windows.ApplicationModel.Background.BackgroundAccessRequestKind.alwaysAllowed
Public Enum BackgroundAccessRequestKind
- Inheritance
-
BackgroundAccessRequestKind
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
AlwaysAllowed | 0 | Allow the app run background activities, including during Battery Saver. |
AllowedSubjectToSystemPolicy | 1 | Allow the app to run in the background, unless background activity has been limited by the user or by the system to improve battery life. |