Interface DittoAuthenticator.LogoutCleanup
- 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.
Function to perform cleanup operations during logout.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrunCleanup(@NonNull Ditto ditto) Runs cleanup operations with access to the Ditto instance.
-
Method Details
-
runCleanup
-