TrafficMeasurement

class TrafficMeasurement(val receivedBytes: Long, val transmittedBytes: Long)

These numbers are absolute values accumulated over time.

Parameters

receivedBytes

amount of received bytes by the app at the moment of measurement.

transmittedBytes

amount of transmitted bytes by the app at the moment of measurement.

Constructors

Link copied to clipboard
constructor(receivedBytes: Long, transmittedBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard