matchTransaction

abstract fun matchTransaction(@NonNull() transactions: List<ExternalAccountTransaction>, @NonNull() listener: TransactionMatcher.TransactionMatcherListener)

Match transactions. this operation can be quite intensive and take long time to call back.

Parameters

transactions

a list of ExternalAccountTransactions to be matched

listener

The listener to be notified upon completion of the matching.The result may be returned in a new background thread.