Interface CheckOutView

    • Method Detail

      • showTransactionSuccessDialog

        void showTransactionSuccessDialog​(TransactionResult result)
        Shows the dialog for a successful transaction
        Parameters:
        result - instance of TransactionResult that contains content of the message
      • showTransactionFailedDialog

        void showTransactionFailedDialog​(java.lang.String error)
        Shows the dialog for a failed transaction
        Parameters:
        error - content of the error message
      • displayTransaction

        void displayTransaction​(TransactionResult result)
        Displays the transaction details
        Parameters:
        result - instance of TransactionResult used to populate the views
      • enableButtonPayment

        void enableButtonPayment​(boolean state)
        Enable/Disables the payment button
        Parameters:
        state - true to enable the button, else false