-
- All Implemented Interfaces:
public class PointrAppState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
UNKNOWN
private final Integer
LAUNCHING
private final Integer
FOREGROUND
private final Integer
BACKGROUND
public final static PointrAppState.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getUNKNOWN()
Indicates app state is not determined final Integer
getLAUNCHING()
Indicates the application is on create final Integer
getFOREGROUND()
Indicates the app is visible to user final Integer
getBACKGROUND()
Indicates the app is not visible to user -
-
Method Detail
-
getUNKNOWN
final Integer getUNKNOWN()
Indicates app state is not determined
-
getLAUNCHING
final Integer getLAUNCHING()
Indicates the application is on create
-
getFOREGROUND
final Integer getFOREGROUND()
Indicates the app is visible to user
-
getBACKGROUND
final Integer getBACKGROUND()
Indicates the app is not visible to user
-
-
-
-