SCREEN_TIME_AGGREGATE

data object SCREEN_TIME_AGGREGATE : Metric<StatisticStringEntity, ScreenTimeAggregate>

Screen time is the time you spend on your smartphone.

Screen time is a measure of the time you spend on your smartphone.

Functions

Link copied to clipboard
open override fun getMetric(mvpDao: MVPDao): Flow<List<StatisticStringEntity>>
Link copied to clipboard
open override fun getReferencePopulationRange(basicInfo: BasicInfo): Range
Link copied to clipboard
open override fun getStat(apiService: ApiService, identityId: String, participationId: String, from: String, to: String): Flow<ApiResponse<List<StatisticStringEntity>>>
Link copied to clipboard
open override fun insertOrUpdateMetric(mvpDao: MVPDao, statistics: List<StatisticStringEntity>)
Link copied to clipboard
open override fun prepareReturnData(values: List<StatisticStringEntity>, from: Long, to: Long): TimeSeries<ScreenTimeAggregate>
Link copied to clipboard