Class ApplicationState.OnFrontChange
-
- All Implemented Interfaces:
public final class ApplicationState.OnFrontChange extends ApplicationState
Represents the state that the app is brought up to the foreground or put into the background
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
onFront
-
Constructor Summary
Constructors Constructor Description ApplicationState.OnFrontChange(Boolean onFront)
-
Method Summary
Modifier and Type Method Description final Boolean
getOnFront()
-
-
Method Detail
-
getOnFront
final Boolean getOnFront()
-
-
-
-