viewTransactions

open fun viewTransactions(transactionIds: List<String>): Boolean

Handle action where the user wants to view transactions matching the list of ids. This corresponds to InsightAction.Type.VIEW_TRANSACTION and InsightAction.Type.VIEW_TRANSACTIONS action types.

Return

true if the action will be handled, false otherwise

Parameters

transactionIds

List of identifiers for all the transactions that should be shown