Uses of Class
org.robovm.apple.healthkit.HKSource
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKSource in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return HKSource Modifier and Type Method Description static HKSourceHKSource. getDefaultSource()HKSourceHKObject. getSource()Deprecated.Deprecated in iOS 9.0.HKSourceHKSourceRevision. getSource()Methods in org.robovm.apple.healthkit that return types with arguments of type HKSource Modifier and Type Method Description NSArray<HKSource>HKStatistics. getSources()NSSet<HKSource>HKStatisticsCollection. getSources()Method parameters in org.robovm.apple.healthkit with type arguments of type HKSource Modifier and Type Method Description static NSPredicateHKQuery. createPredicateForObjectsFromSources(NSSet<HKSource> sources)protected longHKSourceQuery. init(HKSampleType sampleType, NSPredicate objectPredicate, VoidBlock3<HKSourceQuery,NSSet<HKSource>,NSError> completionHandler)Constructors in org.robovm.apple.healthkit with parameters of type HKSource Constructor Description HKSourceRevision(HKSource source, String version)HKSourceRevision(HKSource source, String version, String productType, NSOperatingSystemVersion operatingSystemVersion)Constructor parameters in org.robovm.apple.healthkit with type arguments of type HKSource Constructor Description HKSourceQuery(HKSampleType sampleType, NSPredicate objectPredicate, VoidBlock3<HKSourceQuery,NSSet<HKSource>,NSError> completionHandler)