Package 

Interface PrimerHeadlessUniversalCheckoutUiListener

    • Method Summary

      Modifier and Type Method Description
      Unit onPreparationStarted(String paymentMethodType) Called when SDK starts preparing to tokenize the payment method.
      Unit onPaymentMethodShowed(String paymentMethodType) Called when UI of payment method will be presented to the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.