-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum AppLifecycle.AppState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IN_FOREGROUNDApp is visible to user
IN_BACKGROUNDApp is hidden from the user
DESTROYEDApp is being (or already destroyed)
-
Method Summary
Modifier and Type Method Description static Array<AppLifecycle.AppState>values()static AppLifecycle.AppStatevalueOf(String name)-
-
Method Detail
-
values
static Array<AppLifecycle.AppState> values()
-
valueOf
static AppLifecycle.AppState valueOf(String name)
-
-
-
-