com.telerik.plugins.healthkit
Advanced tools
Comparing version
{ | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"name": "com.telerik.plugins.healthkit", | ||
@@ -4,0 +4,0 @@ "cordova_name": "HealthKit", |
@@ -21,2 +21,3 @@ # Cordova HealthKit Plugin | ||
* `readBloodType`: output = A+|A-|B+|B-|AB+|AB-|O+|O-|unknown | ||
* `readFitzpatrickSkinType`: output = I|II|III|IV|V|VI|unknown | ||
* `readWeight`: pass in unit (g=gram, kg=kilogram, oz=ounce, lb=pound, st=stone) | ||
@@ -23,0 +24,0 @@ * `saveWeight`: pass in unit (g=gram, kg=kilogram, oz=ounce, lb=pound, st=stone) and amount |
@@ -71,6 +71,6 @@ function HealthKit() { | ||
var args = options ? [options] : [] | ||
var args = options ? [options] : []; | ||
cordova.exec(callback, onError, 'HealthKit', methodName, args); | ||
}; | ||
}; | ||
} | ||
}; | ||
@@ -83,3 +83,5 @@ | ||
define('readGender', {noArgs: true}); | ||
define('readFitzpatrickSkinType', {noArgs: true}); | ||
define('findWorkouts'); | ||
define('delete'); | ||
define('readWeight'); | ||
@@ -86,0 +88,0 @@ define('readHeight'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
141312
1.81%111
1.83%59
1.72%