Builder

Deprecated

Configuration builders are deprecated, use CheckoutConfiguration instead.

Builder to create an Adyen3DS2Configuration.

Constructors

Link copied to clipboard
constructor(environment: Environment, clientKey: String)

Initialize a configuration builder with the required fields.

constructor(context: Context, environment: Environment, clientKey: String)

Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale.

constructor(shopperLocale: Locale, environment: Environment, clientKey: String)

Initialize a configuration builder with the required fields and a shopper locale.

Properties

Link copied to clipboard
Link copied to clipboard
var uiCustomization: UiCustomization?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sets the 3DS Requestor App URL. This is used to call your app after an out-of-band (OOB) authentication occurs.

Link copied to clipboard
fun setUiCustomization(uiCustomization: UiCustomization?): Adyen3DS2Configuration.Builder

Set a UiCustomization object to be passed to the 3DS2 SDK for customizing the challenge screen.