OverviewFeature

sealed class OverviewFeature : Parcelable

This class represents the features that are displayed as individual sections in the overview screen in the financial overview UI. Each section acts as an entry point that end-users can interact with and navigate towards more detailed feature flows.

Types

Link copied to clipboard
class Accounts(    val filteringMode: FilteringMode = FilterByFavorites,     val groupingMode: GroupingMode = NoGrouping,     val accountEditConfiguration: AccountEditConfiguration = ALL) : OverviewFeature

Represents the accounts list section in the overview screen.

Link copied to clipboard
object ActionableInsights : OverviewFeature

Represents the actionable insights section in the overview screen.

Link copied to clipboard
object Budgets : OverviewFeature

Represents the budgets section in the overview screen.

Link copied to clipboard
class CustomContainerView(    val containerViewId: Int,     val width: Int,     val height: Int) : OverviewFeature

Represents a custom view container that can be added to the overview screen.

Link copied to clipboard
object LatestTransactions : OverviewFeature

Represents the latest transactions section in the overview screen. This section includes a "See All" action text that the user can click to see a list of all transactions.

Link copied to clipboard
object RecommendedBudgets : OverviewFeature

Represents the dynamic budgets section in the overview screen.

Link copied to clipboard
object RecurringExpenses : OverviewFeature

Represents the recurring expense section in the overview screen.

Link copied to clipboard
class Statistics(val statisticTypes: List<StatisticType>) : OverviewFeature

Represents the statistics charts section in the overview screen.

Link copied to clipboard
object Subscription : OverviewFeature

Represents the subscription section in the overview screen.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard