Package apple.healthkit
Interface HKAnchoredObjectQuery.Block_initWithTypePredicateAnchorLimitResultsHandler
-
- Enclosing class:
- HKAnchoredObjectQuery
public static interface HKAnchoredObjectQuery.Block_initWithTypePredicateAnchorLimitResultsHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_initWithTypePredicateAnchorLimitResultsHandler(HKAnchoredObjectQuery query, NSArray<? extends HKSample> sampleObjects, NSArray<? extends HKDeletedObject> deletedObjects, HKQueryAnchor newAnchor, NSError error)
-
-
-
Method Detail
-
call_initWithTypePredicateAnchorLimitResultsHandler
void call_initWithTypePredicateAnchorLimitResultsHandler(HKAnchoredObjectQuery query, NSArray<? extends HKSample> sampleObjects, NSArray<? extends HKDeletedObject> deletedObjects, HKQueryAnchor newAnchor, NSError error)
-
-