public static interface Card3DS2Authenticator.FingerprintListener
Modifier and Type | Method and Description |
---|---|
void |
onFailure(ThreeDS2Exception e)
Invoked on fingerprint failure.
|
void |
onSuccess(java.lang.String fingerprint)
Invoked on fingerprint creation without a failure.
|
void onSuccess(java.lang.String fingerprint)
fingerprint
- contains the fingerprint data.void onFailure(ThreeDS2Exception e)
e
- ThreeDS2Exception
contains the failure metadata.