Class DefaultComponentEventHandler
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.ComponentEventHandler
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class DefaultComponentEventHandler<T extends PaymentComponentState<?>> implements ComponentEventHandler<T>
-
-
Constructor Summary
Constructors Constructor Description DefaultComponentEventHandler()
-
Method Summary
Modifier and Type Method Description Unitinitialize(CoroutineScope coroutineScope)Do not keep a local references of this scope if you don't need to. UnitonCleared()UnitonPaymentComponentEvent(PaymentComponentEvent<T> event, BaseComponentCallback componentCallback)-
-
Method Detail
-
initialize
Unit initialize(CoroutineScope coroutineScope)
Do not keep a local references of this scope if you don't need to.
If you have to keep any references to CoroutineScope, use onCleared to clear them.
-
onPaymentComponentEvent
Unit onPaymentComponentEvent(PaymentComponentEvent<T> event, BaseComponentCallback componentCallback)
-
-
-
-