Enumeration
FinanceOverviewViewController.Configuration.TranscationItemAction
public enum TranscationItemAction
Action to do when tapping a transaction row.
Relationships
Member Of
FinanceOverviewViewController.Configuration
The configuration allows the Finance Overview screen to be customized in more detail, allowing you to customize the experience to your users needs.
Enumeration Cases
showDetails
case showDetails
Show a view controller presenting the details of the transaction. From this view it also possible to edit or categorize the transaction.
categorize
case categorize
Directly show the categorization flow, allowing the user to categorize the transaction.