Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@JsonClass(generateAdapter = true )
Link copied to clipboard
@Serializable
This data class holds information about total and social screen time.
Link copied to clipboard
data class SleepSummary(val sleepStart: ZonedDateTime = ZonedDateTimePlaceholder, val sleepEnd: ZonedDateTime = ZonedDateTimePlaceholder, val interruptionsStart: List<ZonedDateTime> = listOf(), val interruptionsEnd: List<ZonedDateTime> = listOf(), val interruptionsNumberOfTaps: List<Int> = listOf())
This data class hold detailed information about a sleep session (or sleep episode). See also com.quantactions.sdk.Metric.SLEEP_SUMMARY for a Time series of these episodes (generally one per day/night).
Link copied to clipboard
@JsonClass(generateAdapter = true )
@Serializable
Thi object contains 9 values. For each time resolution (short: 2 Weeks, medium: 6 Weeks, long: 1 Year) the trend has 3 values: (difference: value of the change, statistic: p-value, significance: significance of the change)