Metric

sealed class Metric<P : TimestampedEntity, T> : CanReturnCompiledTimeSeries<P, T>

Enumeration class that holds all of the info for the metrics

Inheritors

Types

Link copied to clipboard

Action time (a.k.a. Proxy CRT) refers to the amount of time it takes for you to decide and complete a task on your smartphone.

Link copied to clipboard

Behavioral Age is a comprehensive measure of your cognitive health.

Link copied to clipboard

Cognitive fitness reflects how quickly you are able to see, understand and act.

Link copied to clipboard
open class DoubleMetricV2(id: String, code: String, eta: Int, range: PopulationRange) : Metric<StatisticEntity, Double>
Link copied to clipboard
data object SCREEN_TIME_AGGREGATE : Metric<StatisticStringEntity, ScreenTimeAggregate>

Screen time is the time you spend on your smartphone.

Link copied to clipboard

Good sleep is crucial for pretty much everything we do.

Link copied to clipboard
data object SLEEP_SUMMARY : Metric<SleepSummaryEntity, SleepSummary>

A series of detailed information for each night detected.

Link copied to clipboard

Social Engagement is the process of engaging in digital activities in a social group. Engaging in social relationships benefits brain health.

Link copied to clipboard

Social taps are the number of taps you make on your smartphone while engaging in social activities.

Link copied to clipboard

Typing speed is the time efficiency of the user in typing any kind of text on their smartphone.

Properties

Link copied to clipboard

to get it from TIE (e.g. XXX-XXX-XXX-XXX)

Link copied to clipboard
val eta: Int

number of days before the score is ready

Link copied to clipboard
val id: String

name of the metric