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
open String

Public constructors

Stage

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

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

endTime

Added in 1.1.0-alpha08
val endTimeInstant

stage

Added in 1.1.0-alpha08
val stageInt

startTime

Added in 1.1.0-alpha08
val startTimeInstant