Version: Smart Feature Phone 2.5
MozNetworkStats
#
DescriptionThe 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.
#
PropertiesMozNetworkStats.connectionType
read-only
A string representing the connection type or null.MozNetworkStats.data
read-only
An array of MozNetworkStatsData objects.MozNetworkStats.start
read-only
A date representing the time of the first MozNetworkStatsData object.MozNetworkStats.end
read-only
A date representing the time of the last MozNetworkStatsData object.
#
MethodsNone.