HKSourceQueryCompletionHandler Delegate

Definition

Completion handler for HKSourceQuery.

public delegate void HKSourceQueryCompletionHandler(HKSourceQuery query, NSSet sources, NSError error);
type HKSourceQueryCompletionHandler = delegate of HKSourceQuery * NSSet * NSError -> unit

Parameters

sources
NSSet
error
NSError

Applies to