public <T> T getVariableValue(String name) - returns
      the value of the variable with the given name. name is the unique identifier
      label of the variable.
    Attention: This method was introduced with SDK version 1.3.
  Parameters
- String name
 - The unique identifier label of the variable.
 
Returns
Returns a <T> T returns the value of the specified variable.
Example
      
      Would result in output such as the following: