public abstract static class Card3DS2Authenticator.SimpleChallengeListener extends java.lang.Object implements Card3DS2Authenticator.ChallengeListener
Card3DS2Authenticator.ChallengeListener provides empty implementation of optional
callback methods Card3DS2Authenticator.ChallengeListener.onCancel() and Card3DS2Authenticator.ChallengeListener.onTimeout().| Constructor and Description |
|---|
SimpleChallengeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel()
This method will be called when a user backs from a challenge.
|
void |
onTimeout()
This method will be called on challenge timeout.
The default timeout is 10 minutes, the minimum timout is 5 minutes. It is possible to change the challenge timeout by passing desirable timeout to the following method Card3DS2Authenticator.presentChallenge(String, int, ChallengeListener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFailure, onSuccesspublic void onCancel()
Card3DS2Authenticator.ChallengeListeneronCancel in interface Card3DS2Authenticator.ChallengeListenerpublic void onTimeout()
Card3DS2Authenticator.ChallengeListenerCard3DS2Authenticator.presentChallenge(String, int, ChallengeListener)onTimeout in interface Card3DS2Authenticator.ChallengeListener