Performance Data

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

Parameters

launchTime

The container of the launch time collected

networkRequests

The container of the network requests collected

totalIssues

The container of the total issues collected

issuesPerSession

The container of the issues per session collected

Constructors

Link copied to clipboard
constructor()

Types

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

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String