CervicalMucusRecord

class CervicalMucusRecord : Record


Captures the description of cervical mucus. Each record represents a self-assessed description of cervical mucus for a user. All fields are optional and can be used to describe the look and feel of cervical mucus.

Summary

Public constructors

CervicalMucusRecord(
    time: Instant,
    zoneOffset: ZoneOffset?,
    appearance: Int,
    sensation: Int,
    metadata: Metadata
)

Public constructors

CervicalMucusRecord

Added in 1.1.0-alpha07
CervicalMucusRecord(
    time: Instant,
    zoneOffset: ZoneOffset?,
    appearance: Int = APPEARANCE_UNKNOWN,
    sensation: Int = SENSATION_UNKNOWN,
    metadata: Metadata = Metadata.EMPTY
)