Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class SessionsGiftCardComponentCallbackWrapper(component: GiftCardComponent, componentCallback: SessionsGiftCardComponentCallback) : SessionsGiftCardComponentCallback
This class wraps the SessionComponentCallback provided by the merchant and implements the onOrder and onBalance methods so we can continue you the flow correctly with sessions. All other callback methods are propagated to the merchants.
Link copied to clipboard
class SessionsGiftCardComponentEventHandler(sessionInteractor: SessionInteractor, sessionSavedStateHandleContainer: SessionSavedStateHandleContainer) : ComponentEventHandler<GiftCardComponentState>