Skip to content

Commit

Permalink
Merge pull request #100 from rlems/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
franceto authored Apr 19, 2021
2 parents f2aaaf7 + 750046a commit 110a7ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ Fetch heart rate bpm on a given period of time. It requires an `Object` with `st
- **Fitness.getSleepAnalysis({ startDate: string, endDate: string })**
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.

- **Fitness.subscribeToActivity()**
Available only on android. Subscribe to all Google Fit activities. It returns a promise with `true` for a successful subscription and `false` otherwise.
Call this function to get all google fit activites and eliminate the need to have Google Fit installed on the device.

- **Fitness.subscribeToSteps()**
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.
Call this function to get steps and eliminate the need to have Google Fit installed on the device.
Expand Down

0 comments on commit 110a7ac

Please sign in to comment.