Package com.adyen.checkout.dropin
Class DropInConfiguration
-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.core.internal.Configuration
public final class DropInConfiguration implements ConfigurationThis is the base configuration for the Drop-In solution. You need to use the Builder to instantiate this class. There you will find specific methods to add configurations for each specific component, 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 classDropInConfiguration.BuilderBuilder for creating a DropInConfiguration where you can set specific Configurations for a Payment Method
-
Field Summary
Fields Modifier and Type Field Description private final LocaleshopperLocaleprivate final Environmentenvironmentprivate final StringclientKeyprivate final AnalyticsConfigurationanalyticsConfigurationprivate final Amountamountprivate final BooleanshowPreselectedStoredPaymentMethodprivate final BooleanskipListWhenSinglePaymentMethodprivate final BooleanisRemovingStoredPaymentMethodsEnabledprivate final BundleadditionalDataForDropInService
-
Method Summary
Modifier and Type Method Description LocalegetShopperLocale()EnvironmentgetEnvironment()StringgetClientKey()AnalyticsConfigurationgetAnalyticsConfiguration()AmountgetAmount()final BooleangetShowPreselectedStoredPaymentMethod()final BooleangetSkipListWhenSinglePaymentMethod()final BooleanisRemovingStoredPaymentMethodsEnabled()final BundlegetAdditionalDataForDropInService()-
-
Method Detail
-
getShopperLocale
Locale getShopperLocale()
-
getEnvironment
Environment getEnvironment()
-
getClientKey
String getClientKey()
-
getAnalyticsConfiguration
AnalyticsConfiguration getAnalyticsConfiguration()
-
getAmount
Amount getAmount()
-
getShowPreselectedStoredPaymentMethod
final Boolean getShowPreselectedStoredPaymentMethod()
-
getSkipListWhenSinglePaymentMethod
final Boolean getSkipListWhenSinglePaymentMethod()
-
isRemovingStoredPaymentMethodsEnabled
final Boolean isRemovingStoredPaymentMethodsEnabled()
-
getAdditionalDataForDropInService
final Bundle getAdditionalDataForDropInService()
-
-
-
-