view Transactions By Category
open fun viewTransactionsByCategory(transactionsByCategory: Map<String, List<String>>): Boolean
Content copied to clipboard
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
transactions By Category
A mapping of category code to list of identifiers for all transactions that belong to that category