Appearance
运行时模块
集成和使用ESRuntimeDeviceModule
模块。
RuntimeDeviceManager
是对ESRuntimeDeviceModule
进一步封装。- 开发者可以直接使用
ESRuntimeDeviceModule
。建议直接使用RuntimeDeviceManager
。
集成
package.json
引入库
点击查看源码
js
"@extscreen/es-runtime": "^x.x.x"
获取设备类型
示例代码
点击查看源码
js
let deviceType = RuntimeDeviceManager.getDeviceType();
获取设备ID
示例代码
点击查看源码
js
let deviceId = RuntimeDeviceManager.getDeviceId();