-
public class OtpKeyListenerA helper class that is used to intercept keyboard event from a YubiKey to capture an OTP. Use it directly in an Activity in onKeyUp, or in a .
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOtpKeyListener.OtpListenerListener interface to react to events.
-
Constructor Summary
Constructors Constructor Description OtpKeyListener(OtpKeyListener.OtpListener listener)
-
Method Summary
Modifier and Type Method Description booleanonKeyEvent(KeyEvent event)-
-
Constructor Detail
-
OtpKeyListener
OtpKeyListener(OtpKeyListener.OtpListener listener)
-
-
Method Detail
-
onKeyEvent
boolean onKeyEvent(KeyEvent event)
-
-
-
-