HKAnchoredObjectResultHandler2 Delegate

Definition

Completion handler for anchored object queries.

public delegate void HKAnchoredObjectResultHandler2(HKAnchoredObjectQuery query, HKSample[] results, nuint newAnchor, NSError error);
type HKAnchoredObjectResultHandler2 = delegate of HKAnchoredObjectQuery * HKSample[] * nuint * NSError -> unit

Parameters

results
HKSample[]
newAnchor
System.System.UIntPtr System.unativeint
error
NSError

Applies to