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