Package apple.uikit.enums
Class UIApplicationState
- java.lang.Object
-
- apple.uikit.enums.UIApplicationState
-
public final class UIApplicationState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longActivestatic longBackgroundstatic longInactive
-
-
-
Field Detail
-
Active
public static final long Active
- See Also:
- Constant Field Values
-
Inactive
public static final long Inactive
- See Also:
- Constant Field Values
-
Background
public static final long Background
- See Also:
- Constant Field Values
-
-