matchTransaction
abstract fun matchTransaction(@NonNull() @Size(max = ) transactions: List<ExternalAccountTransaction>, @NonNull() listener: TransactionMatcher.TransactionMatcherListener)
Content copied to clipboard
Match transactions. this operation can be quite intensive and take long time to call back.Please note that if more than the maximum (20) number of allowable transactions to match are provided,only the first MAX_TRANSACTIONS_TO_MATCH(20) will be matched and returned.
Parameters
transactions
a list of (maximum 20) 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.