Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@aman400 aman400 released this 07 Jun 08:06
· 8 commits to master since this release
+ window.VWOCordovaPlugin.intForKey("<key>", 1, function(result){});
+ window.VWOCordovaPlugin.floatForKey("<key>", 0.0, function(result){});
+ window.VWOCordovaPlugin.boolForKey("<key>", false, function(result){});
+ window.VWOCordovaPlugin.stringForKey("<key>", "DEFAULT", function(result){});