MozNetworkStats
Tags:
1.0
2.0
2.5
Description
The MozNetworkStats object gives access to statistics about the data usage for a given network.
MozNetworkStats objects are obtained through a call to the MozNetworkStatsManager.getNetworkStats() method.
Properties
-
MozNetworkStats.connectionType
A string representing the connection type or null. -
MozNetworkStats.data
An array of MozNetworkStatsData objects. -
MozNetworkStats.start
A date representing the time of the first MozNetworkStatsData object. MozNetworkStats.end
A date representing the time of the last MozNetworkStatsData object.
Methods
None.