viewBudget

open fun viewBudget(budgetId: String, periodStart: String): Boolean

Handle action where the user wants to view information for a budget matching the id and start period. This corresponds to InsightAction.Type.VIEW_BUDGET action type.

Return

true if the action will be handled, false otherwise

Parameters

budgetId

Identifier for the budget that should be shown

periodStart

The start period for the budget that should be shown