Package com.yubico.yubikit.android.ui
Interface OtpKeyListener.OtpListener
-
- Enclosing class:
- OtpKeyListener
public static interface OtpKeyListener.OtpListenerListener interface to react to events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCaptureComplete(java.lang.String capture)Called when OTP capture has completed.voidonCaptureStarted()Called when the user has triggered OTP output and capture has started.
-