Skip to main content

SystemInfo

The SystemInfo extension gives you access to system and environment information so you can best determine how your application should behave.

We provide complete guides to get you up and running quickly and easily.

Features

  • Device unique Id provided by the various platforms;
  • System information:
    • Operating system details;
    • Hardware information;
    • Timezone and locale information;
  • Device state (orientation, idle and power modes);
  • Device orientation events irrespective of UI Lock;
  • Single API interface - your code works across supported platforms with no modifications;
  • Sample project code and ASDocs reference;

As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.

Documentation

The documentation site forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

AIR
trace( "OPERATING SYSTEM =======================" );
trace( " name: " + SystemInfo.instance.os.name );
trace( " type: " + SystemInfo.instance.os.type );
trace( " version: " + SystemInfo.instance.os.version );
trace( " API Level: " + SystemInfo.instance.os.apiLevel );

More information here:

com.distriqt.SystemInfo

License

You can purchase a license for using this extension: