increment

open suspend override fun increment(bucket: NetworkUsageBucket, bytes: Long)(source)

Adds a positive byte delta to the requested bucket and suspends until it is persisted.

Author

Dmitriy Moroz

Parameters

bucket

Traffic bucket that should receive the byte delta.

bytes

Number of bytes to add; non-positive values are ignored by implementations.