Class RedirectComponentProvider
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.provider.ActionComponentProvider,com.adyen.checkout.components.core.internal.provider.ComponentProvider
public final class RedirectComponentProvider implements ActionComponentProvider<RedirectComponent, RedirectConfiguration, RedirectDelegate>
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>supportedActionTypes
-
Constructor Summary
Constructors Constructor Description RedirectComponentProvider(ComponentParams overrideComponentParams, SessionParams overrideSessionParams)
-
Method Summary
Modifier and Type Method Description List<String>getSupportedActionTypes()RedirectComponentget(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, RedirectConfiguration configuration, ActionComponentCallback callback, String key)RedirectDelegategetDelegate(RedirectConfiguration configuration, SavedStateHandle savedStateHandle, Application application)BooleancanHandleAction(Action action)BooleanprovidesDetails(Action action)-
-
Method Detail
-
getSupportedActionTypes
List<String> getSupportedActionTypes()
-
get
RedirectComponent get(SavedStateRegistryOwner savedStateRegistryOwner, ViewModelStoreOwner viewModelStoreOwner, LifecycleOwner lifecycleOwner, Application application, RedirectConfiguration configuration, ActionComponentCallback callback, String key)
-
getDelegate
RedirectDelegate getDelegate(RedirectConfiguration configuration, SavedStateHandle savedStateHandle, Application application)
-
canHandleAction
Boolean canHandleAction(Action action)
-
providesDetails
Boolean providesDetails(Action action)
-
-
-
-