Class ApplicationState.ApplicationLock
-
- All Implemented Interfaces:
public final class ApplicationState.ApplicationLock extends ApplicationState
Represents the application lock status, when put into background and timeout, the app is in 'locked' state, when unlocked with the passcode or biometric credentials, the app is in 'unlocked' state.
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
locked
-
Constructor Summary
Constructors Constructor Description ApplicationState.ApplicationLock(Boolean locked)
-