Packageorg.zengrong.ane.enum
Classpublic class ANEContext
InheritanceANEContext Inheritance Object

整个ANE的上下文枚举定义



Public Constants
 ConstantDefined By
  INTENT : String = INTENT
[static] 实现Intent功能的上下文
ANEContext
  PACKAGE_INFO : String = PACKAGE_INFO
[static] 获取包信息功能的上下文
ANEContext
  POWER : String = POWER
[static] 获取电源管理功能的上下文
ANEContext
  PREFERENCE : String = PREFERENCE
[static] 获取包信息功能的上下文
ANEContext
  RESTART : String = RESTART
[static] 启应用
ANEContext
  STORAGE : String = STORAGE
[static] 实现存储功能的上下文
ANEContext
  SYSTEM_INFO : String = SYSTEM_INFO
[static] 获取系统信息功能的上下文
ANEContext
  VIBRATOR : String = VIBRATOR
[static] 实现振动功能的上下文
ANEContext
Constant Detail
INTENTConstant
public static const INTENT:String = INTENT

实现Intent功能的上下文

PACKAGE_INFOConstant 
public static const PACKAGE_INFO:String = PACKAGE_INFO

获取包信息功能的上下文

POWERConstant 
public static const POWER:String = POWER

获取电源管理功能的上下文

PREFERENCEConstant 
public static const PREFERENCE:String = PREFERENCE

获取包信息功能的上下文

RESTARTConstant 
public static const RESTART:String = RESTART

启应用

STORAGEConstant 
public static const STORAGE:String = STORAGE

实现存储功能的上下文

SYSTEM_INFOConstant 
public static const SYSTEM_INFO:String = SYSTEM_INFO

获取系统信息功能的上下文

VIBRATORConstant 
public static const VIBRATOR:String = VIBRATOR

实现振动功能的上下文