Package apple.uikit.enums
Class UISceneActivationState
- java.lang.Object
-
- apple.uikit.enums.UISceneActivationState
-
public final class UISceneActivationState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBackgroundstatic longForegroundActivestatic longForegroundInactivestatic longUnattached
-
-
-
Field Detail
-
Unattached
public static final long Unattached
- See Also:
- Constant Field Values
-
ForegroundActive
public static final long ForegroundActive
- See Also:
- Constant Field Values
-
ForegroundInactive
public static final long ForegroundInactive
- See Also:
- Constant Field Values
-
Background
public static final long Background
- See Also:
- Constant Field Values
-
-