Package com.adyen.checkout.action.core
Class GenericActionConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.core.internal.Configuration
public final class GenericActionConfiguration implements ConfigurationThis is the base configuration for GenericActionComponent. You need to use the Builder to instantiate this class. There you will find specific methods to add configurations for each specific ActionComponent, to be able to customize their behavior. If you don't specify anything, a default configuration will be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGenericActionConfiguration.BuilderBuilder for creating a GenericActionConfiguration where you can set specific Configurations for each action component.
-
Field Summary
Fields Modifier and Type Field Description private final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final AnalyticsConfigurationanalyticsConfigurationprivate final Amountamount
-
Method Summary
Modifier and Type Method Description LocalegetShopperLocale()EnvironmentgetEnvironment()StringgetClientKey()AnalyticsConfigurationgetAnalyticsConfiguration()AmountgetAmount()final List<Configuration>getAllConfigurations()-
-
Method Detail
-
getShopperLocale
Locale getShopperLocale()
-
getEnvironment
Environment getEnvironment()
-
getClientKey
String getClientKey()
-
getAnalyticsConfiguration
AnalyticsConfiguration getAnalyticsConfiguration()
-
getAmount
Amount getAmount()
-
getAllConfigurations
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final List<Configuration> getAllConfigurations()
-
-
-
-