-
- All Implemented Interfaces:
-
com.adyen.checkout.components.ActionComponentProvider,com.adyen.checkout.components.ComponentProvider
public final class AwaitComponentProvider implements ActionComponentProvider<AwaitComponent, AwaitConfiguration>
-
-
Constructor Summary
Constructors Constructor Description AwaitComponentProvider()
-
Method Summary
Modifier and Type Method Description AwaitComponentget(ViewModelStoreOwner viewModelStoreOwner, Application application, AwaitConfiguration configuration)BooleanrequiresConfiguration()List<String>getSupportedActionTypes()BooleancanHandleAction(Action action)BooleanrequiresView(Action action)-
-
Method Detail
-
get
AwaitComponent get(ViewModelStoreOwner viewModelStoreOwner, Application application, AwaitConfiguration configuration)
-
requiresConfiguration
Boolean requiresConfiguration()
-
getSupportedActionTypes
List<String> getSupportedActionTypes()
-
canHandleAction
Boolean canHandleAction(Action action)
-
requiresView
Boolean requiresView(Action action)
-
-
-
-