Helper class to generate XML from HealthKit data, for sending to Unity.
|
|
(NSString *) | + XMLFromSamples:datatype:error: |
| | generate XML from an array of unknown Samples
|
| |
|
(NSString *) | + XMLFromQuantitySamples:datatype:error: |
| | generate XML from an array of QuantitySamples
|
| |
|
(NSString *) | + XMLFromCategorySamples:datatype:error: |
| | generate XML from an array of CategorySamples
|
| |
|
(NSString *) | + XMLFromCorrelationSamples:datatype:error: |
| | generate XML from an array of CorrelationSamples
|
| |
|
(NSString *) | + XMLFromCharacteristic:datatype:error: |
| | generate XML for a Characteristic
|
| |
|
(NSString *) | + XMLFromWorkoutSamples:workoutType:error: |
| | generate XML from an array of WorkoutSamples
|
| |
|
(NSString *) | + XMLFromCombinedTotal:datatype:error: |
| | generate XML from an a total of combined QuantitySamples
|
| |
|
(NSString *) | + XMLFromStatistics:datatype:error: |
| | generate XML from an HKStatistics object
|
| |
|
(NSString *) | + XMLFromStatisticsCollection:datatype:anchorDate:interval:error: |
| | generate XML from an HKStatisticsCollection
|
| |
|
(NSString *) | + XMLFromHealthDocuments:error: |
| | generate XML from a health document
|
| |
|
(NSString *) | + XMLFromPedometerData:error: |
| | generate XML from CMPedometerData
|
| |
|
(NSString *) | + XMLFromClinicalRecords:datatype: |
| | generate XML from an array of clinical records
|
| |