From 9ffa077a83e7d1863d13f31fc1bc31afe3ea136f Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 29 Jun 2016 18:42:59 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d1e463..c82186a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ A React Native bridge module for interacting with [Apple HealthKit] data. * [Methods](#methods) * [isAvailable](#isavailable) * [initHealthKit](#inithealthkit) + * [getBiologicalSex](#getbiologicalsex) + * [getDateOfBirth](#getdateofbirth) * [getStepCountForToday](#getstepcountfortoday) * [getStepCountForDay](#getstepcountforday) * [getMultiDayStepCounts](#getmultidaystepcounts) @@ -199,6 +201,7 @@ ___ #### **`getBiologicalSex`** get the biological sex (gender). if the `BiologicalSex` read permission is missing or the user has denied it then the value will be `unknown`. the possible values are: + | Value | HKBiologicalSex | |---------|-----------------------| | unknown | HKBiologicalSexNotSet | -- 2.26.2