HKQuantitySeriesSampleQueryQuantityDelegate Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um manipulador a ser passado para HKQuantitySeriesSampleQuery(HKQuantitySample, HKQuantitySeriesSampleQueryQuantityDelegate).
public delegate void HKQuantitySeriesSampleQueryQuantityDelegate(HKQuantitySeriesSampleQuery query, HKQuantity quantity, NSDate date, bool done, NSError error);
type HKQuantitySeriesSampleQueryQuantityDelegate = delegate of HKQuantitySeriesSampleQuery * HKQuantity * NSDate * bool * NSError -> unit
Parâmetros
- quantity
- HKQuantity
- date
- NSDate
- done
- Boolean
- error
- NSError