ServerEndpointBackgroundDataDownloadActivityResponse

data class ServerEndpointBackgroundDataDownloadActivityResponse(val downloadedBytes: Double, val percentProgress: Int, val startedTimestamp: String, val timestamp: String)

Background data download activity object

Constructors

constructor(downloadedBytes: Double, percentProgress: Int, startedTimestamp: String, timestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Running count of bytes downloaded

Link copied to clipboard

Progress percentage

Link copied to clipboard

Timestamp when the operation started

Link copied to clipboard

Timestamp when properties were updated