onAction

abstract fun onAction(action: Action)

Indicates that an action needs to be handled to continue the payment flow. You can call component.handleAction to handle this action.

Parameters

action

The action that need to be handled.