Class CashAppPayConfiguration.Builder

    • Constructor Detail

      • CashAppPayConfiguration.Builder

        CashAppPayConfiguration.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.
      • CashAppPayConfiguration.Builder

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