|
BEHealthKit 1.11
A HealthKit plugin for Unity
|
| ▼NBeliefEngine | |
| ▼NHealthKit | |
| CBiologicalSexCharacteristic | Wrapper around HKBiologicalSexCharacteristic |
| CBloodTypeCharacteristic | Wrapper around HKBloodTypeCharacteristic |
| CCategorySample | Wrapper around HKCategorySample |
| CCDADocument | Wrapper around HKCDADocument |
| CCharacteristic | Wrapper around HKCharacteristic |
| CClinicalRecord | Wrapper around HKClinicalRecord |
| CCompoundPredicate | A way to create NSCompoundPredicates |
| CCorrelationSample | Wrapper around HKCorrelationSample |
| CDateInterval | Wrapper around NSDateInterval |
| CDateOfBirthCharacteristic | Wrapper around HKDateOfBirthCharacteristic |
| CDateTimeBridge | A small helper class to bridge dates between C# and Objective-C |
| CDocumentSample | Wrapper around HKDocumentSample |
| CError | Wraps information about an error from HealthKit. Mainly just a wrapper around Objective-C NSError objects |
| CFHIRResource | Wrapper around HKFHIRResource |
| CFitzpatrickSkinTypeCharacteristic | Wrapper around HKFitzpatrickSkinTypeObject |
| CHealthData | Used to send HealthKit data back to Unity |
| CHealthKitBuildProcessor | Build processor script |
| CHealthKitDataTypes | HealthKit data types to authorize. Used to create the editor UI |
| CHealthKitDataTypesEditor | Property drawer for HealthKitDataTypes |
| CHealthStatistics | Wrapper around HKStatistics |
| CHealthStatisticsCollection | Wrapper around HKStatisticsCollection |
| CHealthStore | Primary interface for HealthKit |
| CHKNameValuePair | Storage class for HealthKit data types. Used to create the editor UI & authorization |
| CHObject | Wrapper around HKObject |
| CPedometerData | Wrapper around CMPedometerData |
| CPredicate | A way to create simple NSPredicates |
| CQuantity | Wrapper around HKQuantity |
| CQuantitySample | Wrapper around HKQuantitySample |
| CSample | Wrapper around HKSample |
| CSourceRevision | Wrapper around HKSourceRevision |
| CTimeSpanBridge | A small helper class to bridge dates between C# and Objective-C |
| CWheelchairUseCharacteristic | Wrapper around HKWheelchairUseObject |
| CWorkoutBuilder | A wrapper for HKWorkoutBuilder |
| CWorkoutConfiguration | A wrapper for HKWorkoutConfiguration |
| CWorkoutEvent | Wrapper around HKWorkoutEvent |
| CWorkoutSample | Wrapper around HKWorkoutSample |
| CBEHealthKit | Handles HealthKit requests from Unity |
| CBEHealthKit(clinicalRecords) | Category for reading clinical records |
| CBEHealthKit(dummyData) | Category for generating (somewhat reasonable) dummy data |
| CBEHealthKit(read) | Methods for reading health data |
| CBEHealthKit(write) | Methods for writing health data |
| CBEPedometer | Handles Pedometer requests from Unity |
| CCMPedometerData(serialization) | |
| CFRange | Like NSRange, but with floats |
| CHealthData | Helper class to generate XML from HealthKit data, for sending to Unity |
| CHealthData(clinicalRecords) | Helper category for clinical records serialization |
| CHKCategorySample(serialization) | |
| CHKCategoryType(serialization) | |
| CHKCDADocument(serialization) | |
| CHKCDADocumentSample(serialization) | |
| CHKClinicalRecord(serialization) | |
| CHKCorrelation(serialization) | |
| CHKCorrelationType(serialization) | |
| CHKCumulativeQuantitySample(serialization) | |
| CHKDiscreteQuantitySample(serialization) | |
| CHKDocumentSample(serialization) | |
| CHKFHIRResource(serialization) | |
| CHKObject(serialization) | Serialization category for the HKObject class & subclasses |
| CHKObjectType(serialization) | Serialization category for the HKObjectType class |
| CHKQuantity(serialization) | |
| CHKQuantity(XML) | Internal category to build an HKQuantity from XML |
| CHKQuantitySample(serialization) | |
| CHKQuantityType(serialization) | |
| CHKSample(serialization) | |
| CHKSampleType(serialization) | |
| CHKSourceRevision(serialization) | |
| CHKStatistics(serialization) | |
| CHKWorkout(serialization) | |
| CHKWorkout(XML) | Internal category to build an HKWorkout from XML |
| CHKWorkoutBuilder(XML) | Internal category to interface with HKWorkoutBuilder |
| CHKWorkoutEvent(serialization) | |
| CNSDate(conversion) | Category for bridging dates between C# and Objective-C |
| CNSDateComponents(bridge) | |
| CNSDateComponents(conversion) | Category for bridging date components between C# and Objective-C |
| CNSDateInterval(serialization) | |
| CNSError(XML) | Helper category to generate XML from an NSError, for sending to Unity |
| CNSNumber(conversion) | Category for bridging numbers between C# and Objective-C |
| CNSPredicate(XML) | Internal category to build an NSPredicate from XML |