public class FitnessScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FITNESS_ACTIVITY_READ
Use Google Fit to see and store your physical activity data.
|
static String |
FITNESS_ACTIVITY_WRITE
Add to your Google Fit physical activity data.
|
static String |
FITNESS_BLOOD_GLUCOSE_READ
See info about your blood glucose in Google Fit.
|
static String |
FITNESS_BLOOD_GLUCOSE_WRITE
Add info about your blood glucose to Google Fit.
|
static String |
FITNESS_BLOOD_PRESSURE_READ
See info about your blood pressure in Google Fit.
|
static String |
FITNESS_BLOOD_PRESSURE_WRITE
Add info about your blood pressure in Google Fit.
|
static String |
FITNESS_BODY_READ
See info about your body measurements in Google Fit.
|
static String |
FITNESS_BODY_TEMPERATURE_READ
See info about your body temperature in Google Fit.
|
static String |
FITNESS_BODY_TEMPERATURE_WRITE
Add to info about your body temperature in Google Fit.
|
static String |
FITNESS_BODY_WRITE
Add info about your body measurements to Google Fit.
|
static String |
FITNESS_HEART_RATE_READ
See your heart rate data in Google Fit.
|
static String |
FITNESS_HEART_RATE_WRITE
Add to your heart rate data in Google Fit.
|
static String |
FITNESS_LOCATION_READ
See your Google Fit speed and distance data.
|
static String |
FITNESS_LOCATION_WRITE
Add to your Google Fit location data.
|
static String |
FITNESS_NUTRITION_READ
See info about your nutrition in Google Fit.
|
static String |
FITNESS_NUTRITION_WRITE
Add to info about your nutrition in Google Fit.
|
static String |
FITNESS_OXYGEN_SATURATION_READ
See info about your oxygen saturation in Google Fit.
|
static String |
FITNESS_OXYGEN_SATURATION_WRITE
Add info about your oxygen saturation in Google Fit.
|
static String |
FITNESS_REPRODUCTIVE_HEALTH_READ
See info about your reproductive health in Google Fit.
|
static String |
FITNESS_REPRODUCTIVE_HEALTH_WRITE
Add info about your reproductive health in Google Fit.
|
static String |
FITNESS_SLEEP_READ
See your sleep data in Google Fit.
|
static String |
FITNESS_SLEEP_WRITE
Add to your sleep data in Google Fit.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String FITNESS_ACTIVITY_READ
public static final String FITNESS_ACTIVITY_WRITE
public static final String FITNESS_BLOOD_GLUCOSE_READ
public static final String FITNESS_BLOOD_GLUCOSE_WRITE
public static final String FITNESS_BLOOD_PRESSURE_READ
public static final String FITNESS_BLOOD_PRESSURE_WRITE
public static final String FITNESS_BODY_READ
public static final String FITNESS_BODY_WRITE
public static final String FITNESS_BODY_TEMPERATURE_READ
public static final String FITNESS_BODY_TEMPERATURE_WRITE
public static final String FITNESS_HEART_RATE_READ
public static final String FITNESS_HEART_RATE_WRITE
public static final String FITNESS_LOCATION_READ
public static final String FITNESS_LOCATION_WRITE
public static final String FITNESS_NUTRITION_READ
public static final String FITNESS_NUTRITION_WRITE
public static final String FITNESS_OXYGEN_SATURATION_READ
public static final String FITNESS_OXYGEN_SATURATION_WRITE
public static final String FITNESS_REPRODUCTIVE_HEALTH_READ
public static final String FITNESS_REPRODUCTIVE_HEALTH_WRITE
public static final String FITNESS_SLEEP_READ
public static final String FITNESS_SLEEP_WRITE
Copyright © 2011–2022 Google. All rights reserved.