categorizeTransactions

open fun categorizeTransactions(transactionIds: List<String>, onComplete: (isActionDone: Boolean) -> Unit): Boolean

Handle action where the user wants to categorize multiple transactions matching a list of ids. This corresponds to InsightAction.Type.CATEGORIZE_TRANSACTIONS action type.

Return

true if the action will be handled, false otherwise

Parameters

transactionIds

List of identifiers for all the transactions that should be categorized

onComplete

The lambda block to invoke to indicate if the action has completed successfully or not