TinkMoneyManagerUI Documentation Beta

Enumeration Finance​Overview​View​Controller.​Feature

public enum Feature

A type that determines which sections should be shown in a OverviewViewController.

Member Of

FinanceOverviewViewController

A view controller for displaying an overview of a user's finances.

Nested Types

FinanceOverviewViewController.Feature.StatisticsData

A type that determines which statistics data to display.

Enumeration Cases

statistics

case statistics(: [StatisticsData])

One or more representations of statistics data.

latest​Transactions

case latestTransactions

A short list of the user's latest transactions.

accounts

case accounts

All the user's accounts.

actionable​Insights

case actionableInsights(delegate: ActionableInsightsViewControllerDelegate)

Actionable insights summary.

budgets

case budgets

All the user's budgets.

custom

case custom(: UIView)