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