Class ActionHandlingPaymentMethodConfigurationBuilder

    • Constructor Detail

      • ActionHandlingPaymentMethodConfigurationBuilder

        ActionHandlingPaymentMethodConfigurationBuilder(Environment environment, String clientKey)
        Initialize a configuration builder with the required fields.
        Parameters:
        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.
      • ActionHandlingPaymentMethodConfigurationBuilder

        ActionHandlingPaymentMethodConfigurationBuilder(Context context, Environment environment, String clientKey)
        Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale.
        Parameters:
        context - A Context
        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.
      • ActionHandlingPaymentMethodConfigurationBuilder

        ActionHandlingPaymentMethodConfigurationBuilder(Locale shopperLocale, Environment environment, String clientKey)
        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.