Share via


HKAnchoredObjectResultHandler Delegate

Definition

public delegate void HKAnchoredObjectResultHandler(HKAnchoredObjectQuery query, HKSample[]? results, UIntPtr newAnchor, NSError? error);
type HKAnchoredObjectResultHandler = delegate of HKAnchoredObjectQuery * HKSample[] * unativeint * NSError -> unit

Parameters

results
HKSample[]
newAnchor
UIntPtr

unativeint

error
NSError

Applies to