Performance Data

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

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