SPlus.Configuration.getVariables (function (variables){
var myCustomVariable = variables['customVariable']; //Getting one of variables
//TODO: Implement what to do with each variable
});
This method is used to get the variables specified in the Configuration File (config.plist).
SPlus.Configuration.getVariables (function (variables){
var myCustomVariable = variables['customVariable']; //Getting one of variables
//TODO: Implement what to do with each variable
});