NetworkStatisticsEntryFile¶
Contains information about the total amount of data that was used to send and receive files
NetworkStatisticsEntryFile(
file_type: FileType,
network_type: NetworkType,
sent_bytes: int53,
received_bytes: int53
) → NetworkStatisticsEntry
file_type¶
Type of the file the data is part of; pass null if the data isn't related to files
network_type¶
Type of the network the data was sent through. Call setNetworkType to maintain the actual network type
sent_bytes¶
int53
Total number of bytes sent
received_bytes¶
int53
Total number of bytes received