presentCardPaymentFlow

fun presentCardPaymentFlow(activity: ComponentActivity, session: AirwallexSession, supportedCards: List<AirwallexSupportedCard> = enumValues<AirwallexSupportedCard>().toList(), paymentResultListener: Airwallex.PaymentResultListener)

Launch the card payment flow to allow the user to complete the entire payment flow

Parameters

activity

the launch activity on which the payment UI is presented

session

a AirwallexSession used to present the payment flow

paymentResultListener

The callback of present entire payment flow