DefaultActionHandlingComponent
class DefaultActionHandlingComponent(genericActionDelegate: GenericActionDelegate, paymentDelegate: PaymentComponentDelegate<*>) : ActionHandlingComponent
Constructors
Link copied to clipboard
constructor(genericActionDelegate: GenericActionDelegate, paymentDelegate: PaymentComponentDelegate<*>)
Functions
Link copied to clipboard
Checks if this component can handle the specific action type.
Link copied to clipboard
Provide the action from the API response that needs to be handled.
Link copied to clipboard
Call this method when receiving the return URL from the redirect with the result data. This result will be in the Intent.getData and begins with the returnUrl you specified on the payments/ call.
Link copied to clipboard
Set a callback that will be called when a redirect is opened.