Version: Smart Feature Phone 2.5
MozNetworkStatsManager.clearStats()
#
DescriptionThe clearStats method removes all stats related to the provided network from DB.
#
Syntax#
Parameters#
networkThe origin of the data. It can specify wifi, mobile, or null. If null, data measurement from both origins are merged. To know in advance which kind of origin is available, the MozNetworkStatsManager.getAvailableNetworks method returns an Array of interfaces.
#
ReturnA DOMRequest object.