PaymentReviewScreenEventType
public enum PaymentReviewScreenEventType : String
Event types relating to the payment review screen.
-
User tapped “To the banking app” button and ready to be redirected to the banking app
Declaration
Swift
case onToTheBankButtonClicked -
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
View on GitHub
PaymentReviewScreenEventType Enumeration Reference