DBDataRequestRepository

class DBDataRequestRepository(val networkUsageDao: NetworkUsageDao, val coroutineScope: CoroutineScope) : DataRequestRepository

Constructors

Link copied to clipboard
constructor(networkUsageDao: NetworkUsageDao, coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
val coroutineScope: CoroutineScope
Link copied to clipboard
val day: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: Instant
Link copied to clipboard

Functions

Link copied to clipboard
open override fun currentPeriodUsage(): Flow<DataUsageReport>
Link copied to clipboard
open override fun storeRequest(dataRequest: DataRequest)