Uses of Class
org.robovm.apple.healthkit.HKObjectType
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKObjectType in org.robovm.apple.healthkit
Subclasses of HKObjectType in org.robovm.apple.healthkit Modifier and Type Class Description classHKActivitySummaryTypeclassHKAudiogramSampleTypeclassHKCategoryTypeclassHKCharacteristicTypeclassHKClinicalTypeclassHKCorrelationTypeclassHKDocumentTypeclassHKElectrocardiogramTypeclassHKQuantityTypeclassHKSampleTypeclassHKSeriesTypeclassHKWorkoutTypeMethods in org.robovm.apple.healthkit that return HKObjectType Modifier and Type Method Description HKObjectTypeHKQuery. getObjectType()Methods in org.robovm.apple.healthkit with parameters of type HKObjectType Modifier and Type Method Description voidHKHealthStore. deleteObjectsOfType(HKObjectType objectType, NSPredicate predicate, VoidBlock3<Boolean,Long,NSError> completion)voidHKHealthStore. disableBackgroundDeliveryForType(HKObjectType type, VoidBlock2<Boolean,NSError> completion)voidHKHealthStore. enableBackgroundDeliveryForType(HKObjectType type, HKUpdateFrequency frequency, VoidBlock2<Boolean,NSError> completion)HKAuthorizationStatusHKHealthStore. getAuthorizationStatusForType(HKObjectType type)NSSet<HKSample>HKCorrelation. getObjectsForType(HKObjectType objectType)