Uses of Class
org.robovm.apple.healthkit.HKObserverQuery
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKObserverQuery in org.robovm.apple.healthkit
Method parameters in org.robovm.apple.healthkit with type arguments of type HKObserverQuery Modifier and Type Method Description protected longHKObserverQuery. init(NSArray<HKQueryDescriptor> queryDescriptors, VoidBlock4<HKObserverQuery,NSSet<HKSampleType>,Runnable,NSError> updateHandler)protected longHKObserverQuery. init(HKSampleType sampleType, NSPredicate predicate, VoidBlock3<HKObserverQuery,Runnable,NSError> updateHandler)Constructor parameters in org.robovm.apple.healthkit with type arguments of type HKObserverQuery Constructor Description HKObserverQuery(NSArray<HKQueryDescriptor> queryDescriptors, VoidBlock4<HKObserverQuery,NSSet<HKSampleType>,Runnable,NSError> updateHandler)HKObserverQuery(HKSampleType sampleType, NSPredicate predicate, VoidBlock3<HKObserverQuery,Runnable,NSError> updateHandler)