Skip navigation links
B C D G I N O P S W 

B

build() - Method in class com.adyen.checkout.card.CardConfiguration.Builder
Builder(CardConfiguration) - Constructor for class com.adyen.checkout.card.CardConfiguration.Builder
Constructor of Card Configuration Builder with instance of CardConfiguration.
Builder(Context, String) - Constructor for class com.adyen.checkout.card.CardConfiguration.Builder
Constructor of Card Configuration Builder with default values.
Builder(Locale, Environment, String) - Constructor for class com.adyen.checkout.card.CardConfiguration.Builder
Builder with required parameters for a CardConfiguration.
Builder(Locale, Environment, DisplayMetrics, String) - Constructor for class com.adyen.checkout.card.CardConfiguration.Builder
Deprecated.
No need to pass DisplayMetrics to builder.

C

CardComponent - Class in com.adyen.checkout.card
 
CardComponent(StoredPaymentMethod, CardConfiguration) - Constructor for class com.adyen.checkout.card.CardComponent
Constructs a CardComponent object.
CardComponent(PaymentMethod, CardConfiguration) - Constructor for class com.adyen.checkout.card.CardComponent
Constructs a CardComponent object.
CardComponentProvider - Class in com.adyen.checkout.card
 
CardComponentProvider() - Constructor for class com.adyen.checkout.card.CardComponentProvider
 
CardComponentState - Class in com.adyen.checkout.card
 
CardComponentState(<any>, boolean, CardType, String) - Constructor for class com.adyen.checkout.card.CardComponentState
PaymentComponentState for CardComponent with additional data.
CardConfiguration - Class in com.adyen.checkout.card
Configuration class required by CardComponent to change it's behavior.
CardConfiguration(Locale, Environment, DisplayMetrics, String, boolean, String, boolean, CardType...) - Constructor for class com.adyen.checkout.card.CardConfiguration
Deprecated.
Constructor with all parameters. Use the Builder to initialize this object.
CardConfiguration.Builder - Class in com.adyen.checkout.card
Builder to create a CardConfiguration.
CardInputData - Class in com.adyen.checkout.card.data
 
CardInputData() - Constructor for class com.adyen.checkout.card.data.CardInputData
 
CardOutputData - Class in com.adyen.checkout.card.data
 
CardOutputData(<any>, <any>, <any>, <any>, boolean) - Constructor for class com.adyen.checkout.card.data.CardOutputData
Constructs a CardComponent object.
com.adyen.checkout.card - package com.adyen.checkout.card
 
com.adyen.checkout.card.data - package com.adyen.checkout.card.data
 
createComponentState() - Method in class com.adyen.checkout.card.CardComponent
 
CREATOR - Static variable in class com.adyen.checkout.card.CardConfiguration
 

D

DEFAULT_SUPPORTED_CARDS_LIST - Static variable in class com.adyen.checkout.card.CardConfiguration
 

G

get(FragmentActivity, PaymentMethod, CardConfiguration) - Method in class com.adyen.checkout.card.CardComponentProvider
 
get(Fragment, PaymentMethod, CardConfiguration) - Method in class com.adyen.checkout.card.CardComponentProvider
 
getBinValue() - Method in class com.adyen.checkout.card.CardComponentState
 
getCardNumber() - Method in class com.adyen.checkout.card.data.CardInputData
 
getCardNumberField() - Method in class com.adyen.checkout.card.data.CardOutputData
 
getCardType() - Method in class com.adyen.checkout.card.CardComponentState
 
getDisplayMetrics() - Method in class com.adyen.checkout.card.CardConfiguration
Deprecated.
There is no need for DisplayMetrics in builder any more, it'll always return null
getExpiryDate() - Method in class com.adyen.checkout.card.data.CardInputData
 
getExpiryDateField() - Method in class com.adyen.checkout.card.data.CardOutputData
 
getHolderName() - Method in class com.adyen.checkout.card.data.CardInputData
 
getHolderNameField() - Method in class com.adyen.checkout.card.data.CardOutputData
 
getOutputData() - Method in class com.adyen.checkout.card.CardComponent
 
getPublicKey() - Method in class com.adyen.checkout.card.CardConfiguration
Get public key.
getSecurityCode() - Method in class com.adyen.checkout.card.data.CardInputData
 
getSecurityCodeField() - Method in class com.adyen.checkout.card.data.CardOutputData
 
getShopperReference() - Method in class com.adyen.checkout.card.CardConfiguration
 
getStoredPaymentInputData() - Method in class com.adyen.checkout.card.CardComponent
 
getSupportedCardTypes() - Method in class com.adyen.checkout.card.CardConfiguration
The list of CardType that this payment supports.
getSupportedFilterCards() - Method in class com.adyen.checkout.card.CardComponent
 
getSupportedPaymentMethodTypes() - Method in class com.adyen.checkout.card.CardComponent
 

I

isAvailable(Application, PaymentMethod, CardConfiguration, <any>) - Method in class com.adyen.checkout.card.CardComponentProvider
 
isHolderNameRequire() - Method in class com.adyen.checkout.card.CardComponent
Return false when CardComponent.isStoredPaymentMethod() is true.
isHolderNameRequire() - Method in class com.adyen.checkout.card.CardConfiguration
 
isShowStorePaymentFieldEnable() - Method in class com.adyen.checkout.card.CardConfiguration
 
isStoredPaymentMethod() - Method in class com.adyen.checkout.card.CardComponent
 
isStoredPaymentMethodEnable() - Method in class com.adyen.checkout.card.data.CardOutputData
 
isStorePaymentEnable() - Method in class com.adyen.checkout.card.data.CardInputData
 
isValid() - Method in class com.adyen.checkout.card.data.CardOutputData
 

N

newBuilder() - Method in class com.adyen.checkout.card.CardConfiguration
 

O

observeOutputData(LifecycleOwner, <any>) - Method in class com.adyen.checkout.card.CardComponent
 
onInputDataChanged(CardInputData) - Method in class com.adyen.checkout.card.CardComponent
 

P

PROVIDER - Static variable in class com.adyen.checkout.card.CardComponent
 

S

setCardNumber(String) - Method in class com.adyen.checkout.card.data.CardInputData
 
setEnvironment(Environment) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
 
setExpiryDate(ExpiryDate) - Method in class com.adyen.checkout.card.data.CardInputData
 
setHolderName(String) - Method in class com.adyen.checkout.card.data.CardInputData
 
setHolderNameRequire(boolean) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
Set that if holder name require.
setPublicKey(String) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
 
setSecurityCode(String) - Method in class com.adyen.checkout.card.data.CardInputData
 
setShopperLocale(Locale) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
 
setShopperReference(String) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
 
setShowStorePaymentField(boolean) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
Show store payment field.
setStoredPaymentMethodStatus(boolean) - Method in class com.adyen.checkout.card.data.CardOutputData
 
setStorePayment(boolean) - Method in class com.adyen.checkout.card.data.CardInputData
 
setSupportedCardTypes(CardType...) - Method in class com.adyen.checkout.card.CardConfiguration.Builder
Set supported card types for card-payment.
showStorePaymentField() - Method in class com.adyen.checkout.card.CardComponent
 

W

writeToParcel(Parcel, int) - Method in class com.adyen.checkout.card.CardConfiguration
 
B C D G I N O P S W 
Skip navigation links