SexualActivity

data class SexualActivity(val didUseProtection: Boolean, val time: Instant) : KHRecord

Captures an occurrence of sexual activity. Each record is a single occurrence.

Parameters

didUseProtection

Metadata representing whether any kind of protection was used

time

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

Constructors

Link copied to clipboard
constructor(didUseProtection: Boolean, time: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val time: Instant