-
- All Implemented Interfaces:
-
com.adyen.checkout.components.Component,com.adyen.checkout.components.PaymentComponent,com.adyen.checkout.components.ViewableComponent
public class BlikComponent extends BasePaymentComponent<BlikConfiguration, BlikInputData, BlikOutputData, GenericComponentState<BlikPaymentMethod>>
-
-
Field Summary
Fields Modifier and Type Field Description public final static StoredPaymentComponentProvider<BlikComponent, BlikConfiguration>PROVIDER
-
Constructor Summary
Constructors Constructor Description BlikComponent(SavedStateHandle savedStateHandle, GenericPaymentMethodDelegate paymentMethodDelegate, BlikConfiguration configuration)BlikComponent(SavedStateHandle savedStateHandle, GenericStoredPaymentDelegate paymentDelegate, BlikConfiguration configuration)
-
Method Summary
Modifier and Type Method Description booleanrequiresInput()Array<String>getSupportedPaymentMethodTypes()-
Methods inherited from class com.adyen.checkout.components.base.BasePaymentComponent
getOutputData, getState, inputDataChanged, observe, observeErrors, observeOutputData, removeErrorObserver, removeErrorObservers, removeObserver, removeObservers, requiresInput, sendAnalyticsEvent, setAnalyticsEnabled, setCreatedForDropIn -
Methods inherited from class com.adyen.checkout.components.base.lifecycle.PaymentComponentViewModel
getConfiguration, getSavedStateHandle -
Methods inherited from class androidx.lifecycle.ViewModel
addCloseable -
Methods inherited from class com.adyen.checkout.components.PaymentComponent
getSupportedPaymentMethodTypes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BlikComponent
BlikComponent(SavedStateHandle savedStateHandle, GenericPaymentMethodDelegate paymentMethodDelegate, BlikConfiguration configuration)
-
BlikComponent
BlikComponent(SavedStateHandle savedStateHandle, GenericStoredPaymentDelegate paymentDelegate, BlikConfiguration configuration)
-
-
Method Detail
-
requiresInput
boolean requiresInput()
-
getSupportedPaymentMethodTypes
@NonNull() Array<String> getSupportedPaymentMethodTypes()
-
-
-
-