SleepSessionRecord.Stage


class SleepSessionRecord.Stage


Captures the sleep stage the user entered during a sleep session.

Summary

Public constructors

Stage(startTime: Instant, endTime: Instant, stage: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public constructors

Stage

Added in 1.1.0-alpha07
Stage(startTime: Instant, endTime: Instant, stage: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

endTime

Added in 1.1.0-alpha07
val endTimeInstant

stage

Added in 1.1.0-alpha07
val stageInt

startTime

Added in 1.1.0-alpha07
val startTimeInstant