viewAccount

open fun viewAccount(accountId: String): Boolean

Handle action where the user wants to view account matching the id. This corresponds to InsightAction.Type.VIEW_ACCOUNT and InsightAction.Type.VIEW_TRANSACTIONS action types.

Return

true if the action will be handled, false otherwise

Parameters

accountId

Identifiers for the account that should be shown