Package com.adyen.checkout.redirect
Class RedirectConfiguration.Builder
-
- All Implemented Interfaces:
public final class RedirectConfiguration.Builder extends BaseConfigurationBuilder<RedirectConfiguration, RedirectConfiguration.Builder>
Builder to create a RedirectConfiguration.
-
-
Constructor Summary
Constructors Constructor Description RedirectConfiguration.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. RedirectConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)Initialize a configuration builder with the required fields.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
RedirectConfiguration.Builder
RedirectConfiguration.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 contextenvironment- 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.
-
RedirectConfiguration.Builder
RedirectConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)
Initialize a configuration builder with the required fields.- 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.
-
-
-
-