Package com. tink. moneymanagerui
Types
Link copied to clipboard
Implement this interface to know when fragment view is created Inside onCustomContainerCreated add custom layout inside returned container
Link copied to clipboard
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
Content copied to clipboard
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
Represents the type of statistics data that can be displayed as a chart.
Link copied to clipboard