Created
December 8, 2018 10:57
-
-
Save roylee0704/33afbefcbdb12bebe454407d49694298 to your computer and use it in GitHub Desktop.
apple health kit permissions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const Permissions = { | |
ActiveEnergyBurned: "ActiveEnergyBurned", | |
AppleExerciseTime: "AppleExerciseTime", | |
BasalEnergyBurned: "BasalEnergyBurned", | |
BiologicalSex: "BiologicalSex", | |
BloodGlucose: "BloodGlucose", | |
BloodPressureDiastolic: "BloodPressureDiastolic", | |
BloodPressureSystolic: "BloodPressureSystolic", | |
BodyFatPercentage: "BodyFatPercentage", | |
BodyMass: "BodyMass", | |
BodyMassIndex: "BodyMassIndex", | |
BodyTemperature: "BodyTemperature", | |
DateOfBirth: "DateOfBirth", | |
Biotin: "Biotin", | |
Caffeine: "Caffeine", | |
Calcium: "Calcium", | |
Carbohydrates: "Carbohydrates", | |
Chloride: "Chloride", | |
Cholesterol: "Cholesterol", | |
Copper: "Copper", | |
EnergyConsumed: "EnergyConsumed", | |
FatMonounsaturated: "FatMonounsaturated", | |
FatPolyunsaturated: "FatPolyunsaturated", | |
FatSaturated: "FatSaturated", | |
FatTotal: "FatTotal", | |
Fiber: "Fiber", | |
Folate: "Folate", | |
Iodine: "Iodine", | |
Iron: "Iron", | |
Magnesium: "Magnesium", | |
Manganese: "Manganese", | |
Molybdenum: "Molybdenum", | |
Niacin: "Niacin", | |
PantothenicAcid: "PantothenicAcid", | |
Phosphorus: "Phosphorus", | |
Potassium: "Potassium", | |
Protein: "Protein", | |
Riboflavin: "Riboflavin", | |
Selenium: "Selenium", | |
Sodium: "Sodium", | |
Sugar: "Sugar", | |
Thiamin: "Thiamin", | |
VitaminA: "VitaminA", | |
VitaminB12: "VitaminB12", | |
VitaminB6: "VitaminB6", | |
VitaminC: "VitaminC", | |
VitaminD: "VitaminD", | |
VitaminE: "VitaminE", | |
VitaminK: "VitaminK", | |
Zinc: "Zinc", | |
Water: "Water", | |
DistanceCycling: "DistanceCycling", | |
DistanceWalkingRunning: "DistanceWalkingRunning", | |
FlightsClimbed: "FlightsClimbed", | |
HeartRate: "HeartRate", | |
Height: "Height", | |
LeanBodyMass: "LeanBodyMass", | |
MindfulSession: "MindfulSession", | |
NikeFuel: "NikeFuel", | |
RespiratoryRate: "RespiratoryRate", | |
SleepAnalysis: "SleepAnalysis", | |
StepCount: "StepCount", | |
Steps: "Steps", | |
Weight: "Weight" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment