Performance Analytic

constructor()

Constructor to init the PerformanceAnalytic class


constructor(id: String, creationDate: Long, appVersion: String, value: Double, platform: Platform, performanceAnalyticType: PerformanceAnalytic.PerformanceAnalyticType, dataUpdates: Int)

Constructor to init the PerformanceAnalytic class

Parameters

id

The identifier of the analytic

creationDate

The date when the analytic has been inserted in the system

appVersion

The application version where the analytic is attached

value

The type of the analytic

platform

The platform target of the application where the analytic is attached

performanceAnalyticType

The type of the performance analytic

dataUpdates

The number of the updates computed for the analytic


constructor(jPerformance: JSONObject)

Constructor to init the PerformanceAnalytic class

Parameters

jPerformance

Performance analytic details formatted as JSON