Class TwintConfiguration.Builder

  • All Implemented Interfaces:
    com.adyen.checkout.action.core.internal.ActionHandlingConfigurationBuilder , com.adyen.checkout.components.core.internal.ButtonConfigurationBuilder

    @Deprecated(message = "Configuration builders are deprecated, use CheckoutConfiguration instead.") 
    public final class TwintConfiguration.Builder
    extends ActionHandlingPaymentMethodConfigurationBuilder<TwintConfiguration, TwintConfiguration.Builder> implements ButtonConfigurationBuilder
                        
    • Constructor Detail

      • TwintConfiguration.Builder

        TwintConfiguration.Builder(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.
      • TwintConfiguration.Builder

        TwintConfiguration.Builder(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.
      • TwintConfiguration.Builder

        TwintConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)
        Builder with parameters for a TwintConfiguration.
        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.