-
@ApiStatus.Internal() public final class AppState
AppState holds the state of the App, e.g. whether the app is in background/foreground, etc.
-
-
Method Summary
Modifier and Type Method Description static AppState
getInstance()
Boolean
isInBackground()
-
-
Method Detail
-
getInstance
@NotNull() static AppState getInstance()
-
isInBackground
@Nullable() Boolean isInBackground()
-
-
-
-