OverviewFeatures

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.

Users can also add all the available features by simply calling OverviewFeatures.ALL.

Constructors

Link copied to clipboard
fun OverviewFeatures(features: List<OverviewFeature>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val features: List<OverviewFeature>