SLEEP_ SUMMARY
A series of detailed information for each night detected.
In particular this series gives information about bed time, wake up time and interruptions of sleep. See com.quantactions.sdk.data.model.SleepSummary for more information on the information contained in the metric and this publication for more information on how sleep in inferred from smartphone interactions.
Functions
Link copied to clipboard
open suspend override fun cacheHealthyRanges(apiService: ApiService, managePref2: GenericPreferences, identityId: String)
Link copied to clipboard
open override fun filterScoreBasedOnTimeZone(timeSeries: TimeSeries<SleepSummary>): TimeSeries<SleepSummary>
Link copied to clipboard
Use this function to retrieve the reference population values for the current user. You need to provide the BasicInfo that you can obtain from QA.basicInfo.
Link copied to clipboard
Link copied to clipboard
open override fun prepareReturnData(values: List<SleepSummaryEntity>, from: Long, to: Long): TimeSeries<SleepSummary>
Link copied to clipboard