-
- All Implemented Interfaces:
public class AppState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
UNKNOWN
private final Integer
LAUNCHING
private final Integer
ACTIVE
private final Integer
INACTIVE
private final Integer
LEAVING_ACTIVE
private final Integer
ENTERING_ACTIVE
private final Integer
WILL_TERMINATE
private final Integer
APP_VISIBLE_BEFORE_FOCUS
private final Integer
APP_VISIBLE_LOST_FOCUS
public final static AppState.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getUNKNOWN()
final Integer
getLAUNCHING()
final Integer
getACTIVE()
final Integer
getINACTIVE()
final Integer
getLEAVING_ACTIVE()
final Integer
getENTERING_ACTIVE()
final Integer
getWILL_TERMINATE()
final Integer
getAPP_VISIBLE_BEFORE_FOCUS()
final Integer
getAPP_VISIBLE_LOST_FOCUS()
-
-
Method Detail
-
getUNKNOWN
final Integer getUNKNOWN()
-
getLAUNCHING
final Integer getLAUNCHING()
-
getINACTIVE
final Integer getINACTIVE()
-
getLEAVING_ACTIVE
final Integer getLEAVING_ACTIVE()
-
getENTERING_ACTIVE
final Integer getENTERING_ACTIVE()
-
getWILL_TERMINATE
final Integer getWILL_TERMINATE()
-
getAPP_VISIBLE_BEFORE_FOCUS
final Integer getAPP_VISIBLE_BEFORE_FOCUS()
-
getAPP_VISIBLE_LOST_FOCUS
final Integer getAPP_VISIBLE_LOST_FOCUS()
-
-
-
-