Class GenericActionComponentProvider
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.provider.ActionComponentProvider,com.adyen.checkout.components.core.internal.provider.ComponentProvider
public final class GenericActionComponentProvider implements ActionComponentProvider<GenericActionComponent, GenericActionConfiguration, GenericActionDelegate>
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>supportedActionTypes
-
Constructor Summary
Constructors Constructor Description GenericActionComponentProvider(AnalyticsManager analyticsManager, DropInOverrideParams dropInOverrideParams, LocaleProvider localeProvider)
-
Method Summary
Modifier and Type Method Description List<String>getSupportedActionTypes()GenericActionComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, CheckoutConfiguration checkoutConfiguration, ActionComponentCallback callback, String key)GenericActionComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, GenericActionConfiguration configuration, ActionComponentCallback callback, String key)GenericActionDelegategetDelegate(CheckoutConfiguration checkoutConfiguration, SavedStateHandle savedStateHandle, Application application)BooleancanHandleAction(Action action)BooleanprovidesDetails(Action action)-
-
Method Detail
-
getSupportedActionTypes
List<String> getSupportedActionTypes()
-
get
GenericActionComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, CheckoutConfiguration checkoutConfiguration, ActionComponentCallback callback, String key)
-
get
GenericActionComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, GenericActionConfiguration configuration, ActionComponentCallback callback, String key)
-
getDelegate
GenericActionDelegate getDelegate(CheckoutConfiguration checkoutConfiguration, SavedStateHandle savedStateHandle, Application application)
-
canHandleAction
Boolean canHandleAction(Action action)
-
providesDetails
Boolean providesDetails(Action action)
-
-
-
-