Interface LocalTransactionCallback


  • public interface LocalTransactionCallback
    Interface to implement in order to receive events related to local transaction.
    • Method Detail

      • onLocalTransactionSuccess

        void onLocalTransactionSuccess​(java.lang.String signature,
                                       java.lang.String hostCode)
        Called upon local transaction success.
        Parameters:
        signature - the generated signature
        hostCode - the generated host code
      • onLocalTransactionAborted

        void onLocalTransactionAborted()
        Called upon local transaction abortion
      • onLocalTransactionPasswordError

        void onLocalTransactionPasswordError​(PasswordError error)
        Called upon password error when performing local transaction.
        Parameters:
        error - the type of password error