Package-level declarations
Types
Link copied to clipboard
The AuthenticationCallback listener to be invoked with the result of the authentication process.
Link copied to clipboard
class Checkout3DSService @JvmOverloads constructor(context: Context, environment: Environment = Environment.PRODUCTION, locale: Locale = Locale.getDefault(), uiCustomization: UICustomization? = null, appUrl: Uri? = null)
This is the main class of the SDK that performs payment authentication with the authenticate method. It only needs to be initialized once for the lifetime of the application, and is initialized with a set of constructor parameters.
Link copied to clipboard
The Checkout.com environment that the SDK will connect to.