|
AR_Engine_SDK
|
函数 | |
| function XEDevice | GetDeviceInfo () end |
| function XEDevice | GetDeviceModel () end |
| function XEDevice | GetDeviceSystemVersion () end |
| function XEDevice | GetPackageName () end |
| function XEDevice | GetAppName () end |
| function XEDevice | GetAvailableProcessors () end |
| function XEDevice | GetNetworkType () end |
| function XEDevice | PerformHapticFeedback () end |
| function XEDevice | GetExternalFilesDir () end |
变量 | |
| XEDevice = {} | |
| XEDevice | NETWORK_TYPE_UNCONNECTED = 0 |
| XEDevice | NETWORK_TYPE_CALLULAR = 0 |
| XEDevice | NETWORK_TYPE_WIFI = 0 |
| function XEDevice GetAppName | ( | ) |
获取应用名
| function XEDevice GetAvailableProcessors | ( | ) |
获取CPU核心数
| function XEDevice GetDeviceInfo | ( | ) |
获取设备描述信息
| function XEDevice GetDeviceModel | ( | ) |
获取设备型号
| function XEDevice GetDeviceSystemVersion | ( | ) |
获取操作系统版本
| function XEDevice GetExternalFilesDir | ( | ) |
获取应用存储目录 Android /data/data/< package name >/files/ iOS NSHomeDirectory()
| function XEDevice GetNetworkType | ( | ) |
获取网络状态
| function XEDevice GetPackageName | ( | ) |
获取应用包名
| function XEDevice PerformHapticFeedback | ( | ) |
震动反馈
| XEDevice NETWORK_TYPE_CALLULAR = 0 |
| XEDevice NETWORK_TYPE_UNCONNECTED = 0 |
| XEDevice NETWORK_TYPE_WIFI = 0 |
| XEDevice = {} |