Version: Smart Feature Phone 2.5
MozNetworkStats
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.connectionTyperead-only
A string representing the connection type or null.MozNetworkStats.dataread-only
An array of MozNetworkStatsData objects.MozNetworkStats.startread-only
A date representing the time of the first MozNetworkStatsData object.MozNetworkStats.endread-only
A date representing the time of the last MozNetworkStatsData object.
Methods#
None.