Back
GetOSVersion
GetOSVersion returns the OS version number of the device.
app.GetOSVersion() →
number:
integer
Example - Example
function OnStart()
{
version = app.GetOSVersion();
app.ShowPopup( version );
}
Copy
Copy All
Run