Package com.tink.moneymanagerui

Types

Link copied to clipboard
interface OnCustomContainerCreatedListener

Implement this interface to know when fragment view is created Inside onCustomContainerCreated add custom layout inside returned container

Link copied to clipboard
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.

Link copied to clipboard
data class OverviewFeatures(val features: List<OverviewFeature>) : Parcelable

A wrapper class containing a list of the OverviewFeature objects that users can pass as input while creating an instance of the FinanceOverviewFragment.

Link copied to clipboard
enum StatisticType : Enum<StatisticType>

Represents the type of statistics data that can be displayed as a chart.

Link copied to clipboard
object TinkMoneyManager