Interface DittoAuthenticator.StatusListener
- Enclosing class:
DittoAuthenticator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for authentication status changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonStatusChanged(@NonNull DittoAuthenticationStatus status) Called when the authentication status changes.
-
Method Details
-
onStatusChanged
Called when the authentication status changes.- Parameters:
status- the newDittoAuthenticationStatus.
-