Performance
Data
Item
The PerformanceDataItem
class is a
container of single performance data collected
Author
N7ghtm4r3 - Tecknobit
Constructors
Link copied to clipboard
constructor(versions: List<String>, analytics: List<PerformanceAnalytic>, analyticType: PerformanceAnalyticType, customFiltered: Boolean)
Constructor to init the PerformanceDataItem class
Properties
Functions
Link copied to clipboard
private open fun getAnalyticByVersion(appVersion: String, analytics: ArrayList<PerformanceAnalytic>): List<PerformanceAnalytic>
Method to group the analytics by their
version
Link copied to clipboard
Method to get customFiltered instance