Interface MeaGetCardTransactionHistoryListener

    • Method Detail

      • onSuccess

        void onSuccess​(@NonNull
                       java.util.List<MeaTransactionDetails> cardTransactionsList)
        Called when operation completed successfully.
        Parameters:
        cardTransactionsList - The list of card transactions MeaTransactionDetails.
      • onFailure

        @UiThread
        void onFailure​(@NonNull
                       T2 error)
        Called when operation failed.
        Parameters:
        error - The error or error array.