NetworkUsageEntity

data class NetworkUsageEntity(val category: String, val bytes: Long)(source)

Persisted byte counter for one Settings network usage bucket.

Author

Dmitriy Moroz

Parameters

category
bytes

Accumulated bytes since the last reset.

Constructors

Link copied to clipboard
constructor(category: String, bytes: Long)

Properties

Link copied to clipboard
val bytes: Long

Accumulated bytes since the last reset.

Link copied to clipboard