ActionHandlingPaymentMethodConfigurationBuilder
abstract class ActionHandlingPaymentMethodConfigurationBuilder<ConfigurationT : Configuration, BuilderT : BaseConfigurationBuilder<ConfigurationT, BuilderT>>( shopperLocale: Locale?, environment: Environment, clientKey: String) : BaseConfigurationBuilder<ConfigurationT, BuilderT> , ActionHandlingConfigurationBuilder<BuilderT>
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
Link copied to clipboard
Initialize a configuration builder with the required fields.
Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale.
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 Twint 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
Link copied to clipboard