Interface RemoteTransactionCallback

    • Method Detail

      • onRemoteTransactionStepComplete

        void onRemoteTransactionStepComplete​(java.lang.String command)
        Called when a step of the remote transaction validation process is complete. The provided orchestration command is to be sent to the server.
        Parameters:
        command - an orchestration command that must be sent to the server
      • onRemoteTransactionAborted

        void onRemoteTransactionAborted()
        Called upon remote transaction validation abortion
      • onRemoteTransactionPasswordError

        void onRemoteTransactionPasswordError​(PasswordError passwordError)
        Called upon password error when performing remote transaction.
        Parameters:
        passwordError - the type of password error