Property | Defined By | ||
---|---|---|---|
intent : IntentCont [static] [read-only]
获取Intent功能
| ANEToolkit | ||
packageInfo : PackageInfoCont [static] [read-only]
包信息功能
| ANEToolkit | ||
power : PowerCont [static] [read-only]
管理Android的电源,PowerManager
| ANEToolkit | ||
preference : PreferenceCont [static] [read-only]
存取Android的SharedPreference
| ANEToolkit | ||
restart : RestartCont [static] [read-only]
重启APP
| ANEToolkit | ||
storage : StorageCont [static] [read-only]
存储功能
| ANEToolkit | ||
systemInfo : SystemInfoCont [static] [read-only]
系统信息功能
| ANEToolkit | ||
vibrator : VibratorCont [static] [read-only]
振动功能
需要权限:android.permission.VIBRATE
| ANEToolkit |
Property | Defined By | ||
---|---|---|---|
_intentCont : IntentCont = null [static] | ANEToolkit | ||
isSupported : Boolean [static] [read-only] | ANEToolkit | ||
_packageInfoCont : PackageInfoCont = null [static] | ANEToolkit | ||
_powerCont : PowerCont = null [static] | ANEToolkit | ||
_preferenceCont : PreferenceCont = null [static] | ANEToolkit | ||
_restartCont : RestartCont = null [static] | ANEToolkit | ||
_storageCont : StorageCont = null [static] | ANEToolkit | ||
_systemInfoCont : SystemInfoCont = null [static] | ANEToolkit | ||
_vibratorCont : VibratorCont = null [static] | ANEToolkit |
Constant | Defined By | ||
---|---|---|---|
EXT_ID : String = org.zengrong.ane.ANEToolkit [static]
定义本地插件的ID
| ANEToolkit |
_intentCont | property |
protected static var _intentCont:IntentCont = null
_packageInfoCont | property |
protected static var _packageInfoCont:PackageInfoCont = null
_powerCont | property |
protected static var _powerCont:PowerCont = null
_preferenceCont | property |
protected static var _preferenceCont:PreferenceCont = null
_restartCont | property |
protected static var _restartCont:RestartCont = null
_storageCont | property |
protected static var _storageCont:StorageCont = null
_systemInfoCont | property |
protected static var _systemInfoCont:SystemInfoCont = null
_vibratorCont | property |
protected static var _vibratorCont:VibratorCont = null
intent | property |
intent:IntentCont
[read-only] 获取Intent功能
public static function get intent():IntentCont
isSupported | property |
isSupported:Boolean
[read-only] protected static function get isSupported():Boolean
packageInfo | property |
packageInfo:PackageInfoCont
[read-only] 包信息功能
public static function get packageInfo():PackageInfoCont
power | property |
power:PowerCont
[read-only] 管理Android的电源,PowerManager
public static function get power():PowerCont
preference | property |
preference:PreferenceCont
[read-only] 存取Android的SharedPreference
public static function get preference():PreferenceCont
restart | property |
restart:RestartCont
[read-only] 重启APP
public static function get restart():RestartCont
storage | property |
storage:StorageCont
[read-only] 存储功能
public static function get storage():StorageCont
systemInfo | property |
systemInfo:SystemInfoCont
[read-only] 系统信息功能
public static function get systemInfo():SystemInfoCont
vibrator | property |
vibrator:VibratorCont
[read-only] 振动功能 需要权限:android.permission.VIBRATE
public static function get vibrator():VibratorCont
See also
EXT_ID | Constant |
public static const EXT_ID:String = org.zengrong.ane.ANEToolkit
定义本地插件的ID