Skip to content

Commit 110a7ac

Browse files
author
franceto
authored
Merge pull request #100 from rlems/patch-1
Update README.md
2 parents f2aaaf7 + 750046a commit 110a7ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ Fetch heart rate bpm on a given period of time. It requires an `Object` with `st
121121
- **Fitness.getSleepAnalysis({ startDate: string, endDate: string })**
122122
Fetch sleep analysis data on a given period of time. It requires an `Object` with `startDate` and `endDate` attributes as string. If startDate is not provided an error will be thrown.
123123

124-
- **Fitness.subscribeToActivity()**
125-
Available only on android. Subscribe to all Google Fit activities. It returns a promise with `true` for a successful subscription and `false` otherwise.
126-
Call this function to get all google fit activites and eliminate the need to have Google Fit installed on the device.
127-
128124
- **Fitness.subscribeToSteps()**
129125
Available only on android. Subscribe only to steps from the Google Fit store. It returns a promise with `true` for a successful subscription and `false` otherwise.
130126
Call this function to get steps and eliminate the need to have Google Fit installed on the device.

0 commit comments

Comments
 (0)