-
public interface PrimerHeadlessUniversalCheckoutUiListener
-
-
Method Summary
Modifier and Type Method Description UnitonPreparationStarted(String paymentMethodType)Called when SDK starts preparing to tokenize the payment method. UnitonPaymentMethodShowed(String paymentMethodType)Called when UI of payment method will be presented to the user. -
-
Method Detail
-
onPreparationStarted
Unit onPreparationStarted(String paymentMethodType)
Called when SDK starts preparing to tokenize the payment method.
- Parameters:
paymentMethodType- payment method type.
-
onPaymentMethodShowed
Unit onPaymentMethodShowed(String paymentMethodType)
Called when UI of payment method will be presented to the user.
- Parameters:
paymentMethodType- payment method type that will be showed.
-
-
-
-