Package apple.uikit.enums
Class UIBackgroundRefreshStatus
- java.lang.Object
-
- apple.uikit.enums.UIBackgroundRefreshStatus
-
public final class UIBackgroundRefreshStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAvailableenabled for this applicationstatic longDeniedexplicitly disabled by the user for this applicationstatic longRestrictedunavailable on this system due to device configuration; the user cannot enable the feature
-
-
-
Field Detail
-
Restricted
public static final long Restricted
unavailable on this system due to device configuration; the user cannot enable the feature- See Also:
- Constant Field Values
-
Denied
public static final long Denied
explicitly disabled by the user for this application- See Also:
- Constant Field Values
-
Available
public static final long Available
enabled for this application- See Also:
- Constant Field Values
-
-