Class ApplicationState.AuthenticationChange
-
- All Implemented Interfaces:
public final class ApplicationState.AuthenticationChange extends ApplicationState
Represents the state that a session is successfully established with the server, it will be notified out during both onboarding and restore flows.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanauthenticated
-
Constructor Summary
Constructors Constructor Description ApplicationState.AuthenticationChange(Boolean authenticated)
-
Method Summary
Modifier and Type Method Description final BooleangetAuthenticated()-
-
Method Detail
-
getAuthenticated
final Boolean getAuthenticated()
-
-
-
-