ActionScript SystemInfo Service API

The SystemInfo Service API is supported since Flash Lite Player 3.0 on S60 5th Edition devices.

The SystemInfo Service API allows Flash Lite applications to access and modify system information on a device. The API is integrated into Flash Lite through the Service object.

For an overview of the service and the API, see section Accessing and modifying system information.

Using the SystemInfo Service API

To use the SystemInfo Service API, your Flash Lite application must first create a Service object for it. Use Service.SysInfo to identify the service provider and ISysInfo to identify the supported interface:

var sysInfo = new Service("Service.SysInfo", "ISysInfo");

This service object can then be used to access the services provided by the API: