A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
C
- CANCEL - enum entry in com.adyen.threeds2.customization.UiCustomization.ButtonType
- cancelled() - function in com.adyen.threeds2.ChallengeStatusReceiver
- This method will be called when the Cardholder selects the option to cancel the transaction on the challenge screen.
- ChallengeParameters - class in com.adyen.threeds2.parameters
- This class holds the parameters that are required to conduct the challenge process.
- ChallengeResult - class in com.adyen.threeds2
- An object that represents the final outcome of the challenge process.
- ChallengeResult.Cancelled - class in com.adyen.threeds2.ChallengeResult
- The Cardholder selected the option to cancel the transaction.
- ChallengeResult.Completed - class in com.adyen.threeds2.ChallengeResult
- Challenge process is completed successfully.
- ChallengeResult.Error - class in com.adyen.threeds2.ChallengeResult
- An error occurred during the challenge process.
- ChallengeResult.Timeout - class in com.adyen.threeds2.ChallengeResult
- Challenge process exceeded the specified timeout in Transaction.doChallenge.
- ChallengeStatusHandler - class in com.adyen.threeds2
- A callback object that implements this interface will receive a challenge status notification from the 3DS SDK.
- ChallengeStatusReceiver - class in com.adyen.threeds2
- A callback object that implements this interface will receive challenge status notifications from the 3DS SDK.
- cleanup(android.content.Context) - function in com.adyen.threeds2.ThreeDS2Service
- Frees up resources that are used by the 3DS SDK.
- clickCancelButton() - function in com.ults.listeners.StpBaseSdkChallenge
- clickCancelButton() - function in com.ults.listeners.StpMultiSelectChallenge
- clickCancelButton() - function in com.ults.listeners.StpOutOfBandChallenge
- clickCancelButton() - function in com.ults.listeners.StpSingleSelectChallenge
- clickCancelButton() - function in com.ults.listeners.StpTextChallenge
- clickCancelButton() - function in com.ults.listeners.StpWebChallenge
- clickChallengeAddLabel() - function in com.ults.listeners.challenges.StpMultiSelectChallenge
- clickChallengeAddLabel() - function in com.ults.listeners.challenges.StpOutOfBandChallenge
- clickChallengeAddLabel() - function in com.ults.listeners.challenges.StpSingleSelectChallenge
- clickChallengeAddLabel() - function in com.ults.listeners.challenges.StpTextChallenge
- clickOobAppLabel() - function in com.ults.listeners.challenges.StpOutOfBandChallenge
- clickOobContinueLabel() - function in com.ults.listeners.challenges.StpOutOfBandChallenge
- clickResendInformationLabel() - function in com.ults.listeners.challenges.StpTextChallenge
- clickSubmitAuthenticationLabel() - function in com.ults.listeners.challenges.StpMultiSelectChallenge
- clickSubmitAuthenticationLabel() - function in com.ults.listeners.challenges.StpSingleSelectChallenge
- clickSubmitAuthenticationLabel() - function in com.ults.listeners.challenges.StpTextChallenge
- clickSubmitAuthenticationLabel() - function in com.ults.listeners.challenges.StpWebChallenge
- clickSubmitButton() - function in com.ults.listeners.StpBaseSdkChallenge
- clickSubmitButton() - function in com.ults.listeners.StpMultiSelectChallenge
- clickSubmitButton() - function in com.ults.listeners.StpOutOfBandChallenge
- clickSubmitButton() - function in com.ults.listeners.StpSingleSelectChallenge
- clickSubmitButton() - function in com.ults.listeners.StpTextChallenge
- clickSubmitButton() - function in com.ults.listeners.StpWebChallenge
- close() - function in com.adyen.threeds2.Transaction
- Cleans up resources that are held by the Transaction object.
- com.adyen.threeds2 - package com.adyen.threeds2
- com.adyen.threeds2.customization - package com.adyen.threeds2.customization
- com.adyen.threeds2.exception - package com.adyen.threeds2.exception
- com.adyen.threeds2.listeners.challenges - package com.adyen.threeds2.listeners.challenges
- com.adyen.threeds2.parameters - package com.adyen.threeds2.parameters
- com.adyen.threeds2.util - package com.adyen.threeds2.util
- com.ul.emvco3ds.sdk.spec - package com.ul.emvco3ds.sdk.spec
- completed(com.adyen.threeds2.CompletionEvent) - function in com.adyen.threeds2.ChallengeStatusReceiver
- This method will be called when the challenge process is completed.
- CompletionEvent - class in com.adyen.threeds2
- This interface represents the data about completion of the challenge process.
- ConfigParameters - class in com.adyen.threeds2.parameters
- This class represents the configuration parameters that are required by the 3DS SDK for initialization.
- CONTINUE - enum entry in com.adyen.threeds2.customization.UiCustomization.ButtonType
- createTransaction(java.lang.String,java.lang.String) - function in com.adyen.threeds2.ThreeDS2Service
- Creates an instance of Transaction through which the App gets the data required to perform the transaction.
- Customization - class in com.adyen.threeds2.customization
- This class serves as a superclass for the specific customization classes.