viewTransactionsByCategory

open fun viewTransactionsByCategory(transactionsByCategory: Map<String, List<String>>): Boolean

Handle action where the user wants to view transactions by categories. This corresponds to InsightAction.Type.VIEW_TRANSACTIONS_BY_CATEGORY action type.

Return

true if the action will be handled, false otherwise

Parameters

transactionsByCategory

A mapping of category code to list of identifiers for all transactions that belong to that category