Version: Smart Feature Phone 2.5

MozNetworkStatsManager.clearStats()

Description#

The clearStats method removes all stats related to the provided network from DB.

Syntax#

var stats = clearStats(network);

Parameters#

network#

The 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.

Return#

A DOMRequest object.