Performance Data

open class PerformanceData

The PerformanceData class is a container to simplify the transfer and the parsing of the performance data by the server and the clients

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor()
Constructor to init the PerformanceData class
constructor(    launchTime: PerformanceData.PerformanceDataItem,     networkRequests: PerformanceData.PerformanceDataItem,     totalIssues: PerformanceData.PerformanceDataItem,     issuesPerSession: PerformanceData.PerformanceDataItem)
Constructor to init the PerformanceAnalytic class

Types

Link copied to clipboard
The PerformanceDataItem class is a container of single performance data collected

Properties

Link copied to clipboard
issuesPerSession the container of the issues per session collected
Link copied to clipboard
launchTime the container of the launch time collected
Link copied to clipboard
networkRequests the container of the network requests collected
Link copied to clipboard
totalIssues the container of the total issues collected