NetworkUsageContract

Room table contract for persisted network usage counters.

Each row stores an accumulated byte count for one stable domain bucket key.

Author

Dmitriy Moroz

Properties

Link copied to clipboard
const val BYTES: String

Accumulated byte count since the last user reset.

Link copied to clipboard
const val CATEGORY: String

Stable string key of a network usage bucket.

Link copied to clipboard
const val TABLE: String

Persistent table containing one row per traffic bucket.