DataRequestRepository

A Data Request Repository for recording network data usage including RequestType and NetworkType.

Inheritors

Functions

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