com.getsensibill.transactionmatcher / TransactionMatcher / matchTransaction
matchTransaction
abstract fun matchTransaction(@NonNull transactions:
MutableList
<
ExternalAccountTransaction
!>, @NonNull listener:
TransactionMatcher.TransactionMatcherListener
):
Unit
Match transactions. this operation can be quite intensive and take long time to call back.
Parameters
transactions
- MutableList<ExternalAccountTransaction!>: a list of ``ExternalAccountTransaction
s to be matched
listener
- TransactionMatcher.TransactionMatcherListener: The listener to be notified upon completion of the matching. The result may be returned in a new background thread.