MenstruationFlow

data class MenstruationFlow(val type: KHMenstruationFlowType, val time: Instant, val isStartOfCycle: Boolean = false) : KHRecord

Captures a description of how heavy a user's menstrual flow was (light, medium, or heavy). Each record represents a description of how heavy the user's menstrual bleeding was.

Parameters

type

The pattern or characteristics of menstrual bleeding, such as light, moderate, or heavy flow

time

Time instant of the interval over which the value this record was captured

isStartOfCycle

Metadata that describes whether this event is the start of the menstruation cycle (applied on Apple platforms only)

Constructors

Link copied to clipboard
constructor(type: KHMenstruationFlowType, time: Instant, isStartOfCycle: Boolean = false)

Properties

Link copied to clipboard
val isStartOfCycle: Boolean = false
Link copied to clipboard
val time: Instant
Link copied to clipboard