Package 

Class MolpayConfiguration.Builder

    • Constructor Detail

      • MolpayConfiguration.Builder

        MolpayConfiguration.Builder(Context context, String clientKey)
        Constructor for Builder with default values.
        Parameters:
        context - A context
        clientKey - Your Client Key used for network calls from the SDK to Adyen.
      • MolpayConfiguration.Builder

        MolpayConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)
        Builder with required parameters.
        Parameters:
        shopperLocale - The Locale of the shopper.
        environment - The Environment to be used for network calls to Adyen.
        clientKey - Your Client Key used for network calls from the SDK to Adyen.
      • MolpayConfiguration.Builder

        MolpayConfiguration.Builder(MolpayConfiguration configuration)
        Constructor that copies an existing configuration.
        Parameters:
        configuration - A configuration to initialize the builder.