次の方法で共有


HKCorrelationQueryResultHandler 代理人

定義

HKCorrelationQuery完了ハンドラー。

public delegate void HKCorrelationQueryResultHandler(HKCorrelationQuery query, HKCorrelation[] correlations, NSError error);
type HKCorrelationQueryResultHandler = delegate of HKCorrelationQuery * HKCorrelation[] * NSError -> unit

パラメーター

correlations
HKCorrelation[]
error
NSError

適用対象