Class SessionsGiftCardComponentEventHandler
-
- All Implemented Interfaces:
-
com.adyen.checkout.components.core.internal.ComponentEventHandler
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class SessionsGiftCardComponentEventHandler implements ComponentEventHandler<GiftCardComponentState>
-
-
Constructor Summary
Constructors Constructor Description SessionsGiftCardComponentEventHandler(SessionInteractor sessionInteractor, SessionSavedStateHandleContainer sessionSavedStateHandleContainer)
-
Method Summary
Modifier and Type Method Description Unitinitialize(CoroutineScope coroutineScope)UnitonPaymentComponentEvent(PaymentComponentEvent<GiftCardComponentState> event, BaseComponentCallback componentCallback)UnitonCleared()-
-
Method Detail
-
initialize
Unit initialize(CoroutineScope coroutineScope)
-
onPaymentComponentEvent
Unit onPaymentComponentEvent(PaymentComponentEvent<GiftCardComponentState> event, BaseComponentCallback componentCallback)
-
-
-
-