-
public interface OtpKeyListener.OtpListenerListener interface to react to events.
-
-
Method Summary
Modifier and Type Method Description abstract voidonCaptureStarted()Called when the user has triggered OTP output and capture has started. abstract voidonCaptureComplete(String capture)Called when OTP capture has completed. -
-
Method Detail
-
onCaptureStarted
abstract void onCaptureStarted()
Called when the user has triggered OTP output and capture has started.
-
onCaptureComplete
abstract void onCaptureComplete(String capture)
Called when OTP capture has completed.
- Parameters:
capture- the captured OTP
-
-
-
-