PaymentReviewScreenEventType

public enum PaymentReviewScreenEventType : String

Event types relating to the payment review screen.

  • User tapped “next” button and ready to be redirected to the banking app

    Declaration

    Swift

    case onNextButtonClicked
  • User tapped “close” button and closed the screen

    Declaration

    Swift

    case onCloseButtonClicked
  • User tapped “close” button and keyboard will be hidden

    Declaration

    Swift

    case onCloseKeyboardButtonClicked
  • User tapped on the bankSelection button

    Declaration

    Swift

    case onBankSelectionButtonClicked