Interface PairingCodeHandler

All Superinterfaces:
Consumer<String>, WebVerificationSupport
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public non-sealed interface PairingCodeHandler extends Consumer<String>, WebVerificationSupport
This interface allows to consume a pairing code sent by WhatsappWeb
  • Method Details