File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ There is a gitbook version for the documentation on this [link](https://vinicius
102
102
- [ getOxygenSaturationSamples] ( getOxygenSaturationSamples.md )
103
103
- [ getWalkingHeartRateAverage] ( getWalkingHeartRateAverage.md )
104
104
- [ saveBmi] ( saveBmi.md )
105
+ - [ getPeakFlowSamples] ( getPeakFlowSamples.md )
106
+ - [ getLatestPeakFlow] ( getLatestPeakFlow.md )
107
+ - [ savePeakFlow] ( savePeakFlow.md )
105
108
106
109
#### Workout Methods
107
110
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ AppleHealthKit.initHealthKit(permissions, (error: string) => {
97
97
WalkingHeartRateAverage
98
98
Weight
99
99
Workout
100
+ PeakFlow
100
101
` ` `
101
102
102
103
## Supported Apple Permissions
@@ -129,4 +130,5 @@ The available Healthkit identifiers are supported
129
130
| Steps | [HKQuantityTypeIdentifierSteps](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifiersteps?language=objc) | ✓ | ✓ |
130
131
| Weight | [HKQuantityTypeIdentifierBodyMass](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodymass?language=objc) | ✓ | ✓ |
131
132
| BodyFatPercentage | [HKQuantityTypeIdentifierBodyFatPercentage](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodyfatpercentage?language=objc) | ✓ | ✓ |
132
- WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
133
+ | WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
134
+ | PeakFlow | [HKQuantityTypeIdentifierPeakExpiratoryFlowRate](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierpeakexpiratoryflowrate?=objc) | ✓ | ✓ |
You can’t perform that action at this time.
0 commit comments