Packageorg.zengrong.ane.tool
Classpublic class SystemInfoCont
InheritanceSystemInfoCont Inheritance ToolBase Inheritance flash.events.EventDispatcher

获取系统信息



Public Properties
 PropertyDefined By
 Inheritedextension : ExtensionContext
[read-only]
ToolBase
Protected Properties
 PropertyDefined By
 Inherited_extension : ExtensionContext
ToolBase
Public Methods
 MethodDefined By
  
SystemInfoCont($context:ExtensionContext)
SystemInfoCont
 Inherited
dispose():void
ToolBase
  
getBuildInfo():Object
获取Build信息
SystemInfoCont
  
获取当前连接的网络信息 AIR能够获取网络的状态,但不能判断网络的类型(是WIFI还是Mobile) 需要权限:android.permission.ACCESS_NETWORK_STATE
SystemInfoCont
  
获取显示尺寸,某些情况下可能需要自行计算 其实AIR已经提供了这些功能,建议使用AIR的功能。
SystemInfoCont
  
获取硬件信息
SystemInfoCont
  
getTelephony():Object
获取电话信息 需要权限:android.permission.READ_PHONE_STATE
SystemInfoCont
Protected Methods
 MethodDefined By
 Inherited
handler_status($evt:StatusEvent):void
ToolBase
Constructor Detail
SystemInfoCont()Constructor
public function SystemInfoCont($context:ExtensionContext)



Parameters
$context:ExtensionContext
Method Detail
getBuildInfo()method
public function getBuildInfo():Object

获取Build信息

Returns
Object
getConnectivityInfo()method 
public function getConnectivityInfo():Object

获取当前连接的网络信息 AIR能够获取网络的状态,但不能判断网络的类型(是WIFI还是Mobile) 需要权限:android.permission.ACCESS_NETWORK_STATE

Returns
Object

See also

getDisplayMetricsInfo()method 
public function getDisplayMetricsInfo():Object

获取显示尺寸,某些情况下可能需要自行计算 其实AIR已经提供了这些功能,建议使用AIR的功能。

Returns
Object
getHardwareInfo()method 
public function getHardwareInfo():Object

获取硬件信息

Returns
Object
getTelephony()method 
public function getTelephony():Object

获取电话信息 需要权限:android.permission.READ_PHONE_STATE

Returns
Object

See also