Menstruation Flow
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
is Start Of Cycle
Metadata that describes whether this event is the start of the menstruation cycle (applied on Apple
platforms only)