Statistics

data class Statistics(val chartType: ChartType) : EntryPoint, Parcelable

Entrypoint for the Statistics screen.

This class contains all the parameters that are used to customize the Statistics screen.

Parameters

chartType

The ChartType to show on the statistics screen.

Constructors

Link copied to clipboard
fun Statistics(chartType: ChartType)

Properties

Link copied to clipboard
val chartType: ChartType