OvulationTestRecord.OvulationTestResult

public static final class OvulationTestRecord.OvulationTestResult
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult


Identifier for Ovulation Test Result

Summary

Constants

int RESULT_HIGH

High fertility.

int RESULT_INCONCLUSIVE

Inconclusive result.

int RESULT_NEGATIVE

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

int RESULT_POSITIVE

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

Inherited methods

Constants

RESULT_HIGH

Added in API level 34
public static final int RESULT_HIGH

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).

Constant Value: 2 (0x00000002)

RESULT_INCONCLUSIVE

Added in API level 34
public static final int RESULT_INCONCLUSIVE

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].

Constant Value: 0 (0x00000000)

RESULT_NEGATIVE

Added in API level 34
public static final int RESULT_NEGATIVE

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

Constant Value: 3 (0x00000003)

RESULT_POSITIVE

Added in API level 34
public static final int RESULT_POSITIVE

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.

Constant Value: 1 (0x00000001)