BaseConfigurationBuilder
abstract class BaseConfigurationBuilder<ConfigurationT : Configuration, BuilderT : BaseConfigurationBuilder<ConfigurationT, BuilderT>>(shopperLocale: Locale?, environment: Environment, clientKey: String)
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.