Skip to content

Commit

Permalink
Add missing documentation for MenstruationFlow KHRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghshubham777 committed Nov 18, 2024
1 parent 6a0c82f commit 861f0c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions khealth/src/commonMain/kotlin/com/khealth/KHRecord.kt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,11 @@ sealed class KHRecord(internal val dataType: KHDataType) {
* 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.
*
* @param type The pattern or characteristics of menstrual bleeding, such as light, moderate,
* or heavy flow
* @param time Time instant of the interval over which the value this record was captured
* @param isStartOfCycle Metadata that describes whether this event is the start of the
* menstruation cycle (applied on `Apple` platforms only)
*/
data class MenstruationFlow(
val type: KHMenstruationFlowType,
Expand Down

0 comments on commit 861f0c7

Please sign in to comment.