You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
123
123
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
-
128
124
-**Fitness.subscribeToSteps()**
129
125
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.
130
126
Call this function to get steps and eliminate the need to have Google Fit installed on the device.
0 commit comments