A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
- actionButton(kotlin.jvm.functions.Function1) - function in com.checkout.threeds.domain.model.UICustomization
- DSL Method for Action Button setup
- all(kotlin.jvm.functions.Function1) - function in com.checkout.threeds.domain.model.UICustomization
- DSL Method for Default Text Style setup
- AllStyleCustomization - class in com.checkout.threeds.domain.model
- General customization for all elements that could be overridden by specific element customisation
- alternativeButton(kotlin.jvm.functions.Function1) - function in com.checkout.threeds.domain.model.UICustomization
- DSL Method for Alternative Button setup
- authenticate(com.checkout.threeds.domain.model.AuthenticationParameters,com.checkout.threeds.AuthenticationCallback) - function in com.checkout.threeds.Checkout3DSService
- Method to start the authentication, passing the values you received in the Sessions API response into authenticationParameters.
- AuthenticationCallback - class in com.checkout.threeds
- The AuthenticationCallback listener to be invoked with the result of the authentication process.
- AuthenticationCompleted - class in com.checkout.threeds.domain.model
- This class holds the details for the success result of the authentication process.
- AuthenticationError - class in com.checkout.threeds.domain.model
- This class holds the details for the error result of the authentication process.
- AuthenticationErrorType - class in com.checkout.threeds.domain.model
- This enum holds the type of the error occurred during the authentication process.
- AuthenticationParameters - class in com.checkout.threeds.domain.model
- The class used to provide input parameters required for an authentication request.
- AuthenticationProcessError - enum entry in com.checkout.threeds.domain.model.AuthenticationErrorType
The authentication did not complete because the user or the app caused an error.
- AuthenticationProcessErrorCode - class in com.checkout.threeds.domain.error
- Sealed class representing authentication process error codes with their public messages.
- AuthenticationProcessErrorCode.E1002_Challenge_cancelled - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- The cardholder cancelled the challenge before completing it.
- AuthenticationProcessErrorCode.E1003_Challenge_timeout - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- The challenge was not completed within the allowed time and timed out.
- AuthenticationProcessErrorCode.E1005_protocol_version_unsupported - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- The 3DS protocol version returned by the issuer is not supported by the SDK.
- AuthenticationProcessErrorCode.E1006_duplicate_authentication_request - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- An authentication request was made that duplicates one already in progress for the same session.
- AuthenticationProcessErrorCode.E1007_concurrent_authentication_request - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- A concurrent authentication request was made while another authentication is still in progress.
- AuthenticationProcessErrorCode.E1010_duplicate_sdk_initialised - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- The SDK was initialised while an initialisation for the same session was already active.
- AuthenticationProcessErrorCode.E1011_sdk_not_initialised - class in com.checkout.threeds.domain.error.AuthenticationProcessErrorCode
- An operation was attempted before the SDK had been initialised.
- AuthenticationRequestParameters - class in com.checkout.threeds.standalone.models
- The AuthenticationRequestParameters class shall hold transaction data that the App passes to the 3DS Server for creating the AReq.
- AuthenticationResult - class in com.checkout.threeds.domain.model
- This class holds the details for the result of the authentication process.