Class AwaitConfiguration.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AwaitConfiguration.Builder(Environment environment, String clientKey) Initialize a configuration builder with the required fields.
      AwaitConfiguration.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.
      AwaitConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey) Initialize a configuration builder with the required fields and a shopper locale.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.adyen.checkout.components.core.internal.BaseConfigurationBuilder

        build, setAmount, setAnalyticsConfiguration, setShopperLocale
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwaitConfiguration.Builder

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

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

        AwaitConfiguration.Builder(Locale shopperLocale, Environment environment, String clientKey)
        Initialize a configuration builder with the required fields and a shopper locale.
        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.
    • Method Detail