次の方法で共有


HKWorkoutRouteBuilderDataHandler 代理人

定義

public delegate void HKWorkoutRouteBuilderDataHandler(HKWorkoutRouteQuery query, CLLocation[] routeData, bool done, NSError error);
type HKWorkoutRouteBuilderDataHandler = delegate of HKWorkoutRouteQuery * CLLocation[] * bool * NSError -> unit

パラメーター

routeData
CLLocation[]
done
Boolean
error
NSError

適用対象