Contains the Google Fit APIs.
Interfaces
BleApi | This interface is deprecated. Use
BluetoothManager
directly. To get data from a Ble device into the Fit platform, use
insertData(GoogleApiClient, DataSet) to manually insert data obtained from
local sensors. This API will be removed in the future, after which it will stop working
for existing users. |
ConfigApi | This interface is deprecated. Use
ConfigClient .
|
GoalsApi | This interface is deprecated. Use
GoalsClient .
|
HistoryApi | This interface is deprecated. Use
HistoryClient .
|
RecordingApi | This interface is deprecated. Use
RecordingClient .
|
SensorsApi | This interface is deprecated. Use
SensorsClient .
|
SessionsApi | This interface is deprecated. Use
SessionsClient .
|
Classes
BleClient | This class is deprecated. Use BluetoothManager
directly. To get data from a Ble device into the Fit platform, use
insertData(DataSet) to manually insert data obtained from local sensors.
This API will be removed in the future, after which it will stop working for existing
users. |
ConfigClient | Client for accessing custom data types and settings in Google Fit. |
Fitness | The main entry point to Google Fit APIs. |
FitnessActivities | Constants representing different user activities, such as walking, running, and cycling. |
FitnessOptions | Fitness options for requesting permissions via
requestPermissions(android.app.Activity, int, GoogleSignInAccount,
GoogleSignInOptionsExtension) . |
FitnessOptions.Builder | Builder to build FitnessOptions. |
FitnessStatusCodes | Google Fit specific status codes, for use in
getStatusCode()
|
GoalsClient | Client for reading fitness Goals
created by users in Google Fit. |
HistoryApi.ViewIntentBuilder | Builder of intents to view data stored in Google Fit. |
HistoryClient | Client for inserting, deleting, and reading data in Google Fit. |
RecordingClient | Client which enables low-power, always-on background collection of sensor data into the Google Fit store. |
SensorsClient | Client which exposes different sources of fitness data in local and connected devices, and delivers live events to listeners. |
SessionsApi.ViewIntentBuilder | Builder of intents to view sessions
stored in Google Fit. |
SessionsClient | Client for creating and managing sessions
of user activity in Google Fit. |