Added in API level 34

OvulationTestResult

class OvulationTestResult
kotlin.Any
   ↳ android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult

Identifier for Ovulation Test Result

Summary

Constants
static Int

High fertility.

static Int

Inconclusive result.

static Int

Negative fertility (may also be referred as "low" fertility).

static Int

Positive fertility (may also be referred as "peak" fertility).

Constants

RESULT_HIGH

Added in API level 34
static val RESULT_HIGH: Int

High fertility. Refers to a rise in estrogen or luteinizing hormone that may signal the fertile window (time in the menstrual cycle when conception is likely to occur).

Value: 2

RESULT_INCONCLUSIVE

Added in API level 34
static val RESULT_INCONCLUSIVE: Int

Inconclusive result. Refers to ovulation test results that are indeterminate (e.g. may be testing malfunction, user error, etc.). ". Any unknown value will also be returned as [RESULT_INCONCLUSIVE].

Value: 0

RESULT_NEGATIVE

Added in API level 34
static val RESULT_NEGATIVE: Int

Negative fertility (may also be referred as "low" fertility). Refers to the time in the cycle where fertility/conception is expected to be low.

Value: 3

RESULT_POSITIVE

Added in API level 34
static val RESULT_POSITIVE: Int

Positive fertility (may also be referred as "peak" fertility). Refers to the peak of the luteinizing hormone (LH) surge and ovulation is expected to occur in 10-36 hours.

Value: 1