Titanium.getVersion

Description

Return the Titanium runtime version.

API Information

Description Return the Titanium runtime version.
Syntax [window] Titanium.getVersion
Arguments
  1. None.
Returns (String) The runtime version.
Available Since 0.8
Supported Platforms
linux
osx
win23

Examples

Javascript
alert(Titanium.getVersion());

//returns runtime version. eg 0.8.0
Last Modified on January 31, 2010, 04:01 PM by Logan Mortimer Edit | History