mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
parent
f3407e5582
commit
8cd648db5c
@ -273,11 +273,11 @@ export class Health {
|
|||||||
* To be sure to get all the stored quantities, it's better to query single nutrients.
|
* To be sure to get all the stored quantities, it's better to query single nutrients.
|
||||||
* nutrition.vitamin_a is given in micrograms in HealthKit and International Unit in Google Fit.
|
* nutrition.vitamin_a is given in micrograms in HealthKit and International Unit in Google Fit.
|
||||||
*
|
*
|
||||||
* @param queryOptionsAggregated
|
* @param queryOptionsAggregated {HealthQueryOptionsAggregated}
|
||||||
* @return {Promise<HealthData>}
|
* @return {Promise<HealthData[]>}
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static queryAggregated(queryOptionsAggregated: HealthQueryOptionsAggregated): Promise<HealthData> {
|
static queryAggregated(queryOptionsAggregated: HealthQueryOptionsAggregated): Promise<HealthData[]> {
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user