We need to report stats related to the usage of the network in the host application.
The Android app is now recording how many bytes are being downloaded and uploaded.
In the API report, the parent object is called network and it contains just two values: bytesUploaded and bytesDownloaded expressed as a long.
We need to report stats related to the usage of the network in the host application.
The Android app is now recording how many bytes are being downloaded and uploaded.
In the API report, the parent object is called
networkand it contains just two values:bytesUploadedandbytesDownloadedexpressed as a long.