ActionHandlingPaymentMethodConfigurationBuilder

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

Parameters

shopperLocale

The Locale of the shopper.

environment

The Environment to be used for internal network calls from the SDK to Adyen.

clientKey

Your Client Key used for internal network calls from the SDK to Adyen.

Constructors

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)

Functions

Link copied to clipboard

Add configuration for 3DS2 action.

Link copied to clipboard

Add configuration for Await action.

Link copied to clipboard

Add configuration for QR code action.

Link copied to clipboard

Add configuration for Redirect action.

Link copied to clipboard

Add configuration for Voucher action.

Link copied to clipboard

Add configuration for WeChat Pay action.

Link copied to clipboard
Link copied to clipboard
open fun setAmount(amount: Amount): BuilderT
Link copied to clipboard
Link copied to clipboard
fun setShopperLocale(shopperLocale: Locale): BuilderT