HKStatisticsQueryHandler Delegate

Definition

Results handler for C:HKStatisticsQuery.

public delegate void HKStatisticsQueryHandler(HKStatisticsQuery query, HKStatistics result, NSError error);
type HKStatisticsQueryHandler = delegate of HKStatisticsQuery * HKStatistics * NSError -> unit

Parameters

result
HKStatistics
error
NSError

Applies to