HomeDocs
跳到主要内容

dlt.getSystemInfo

简介

dlt.getSystemInfo 是获取手机系统信息的 API。

参数

Object object

属性类型默认值必填说明
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

object.success 回调函数

参数

Object res

属性类型描述
successstringtrue-获取成功
modelstring手机型号
pixelRationumber设备像素比
windowWidthnumber窗口宽度
windowHeightnumber窗口高度
languagestring设置的语言, 遵循 ISO 639 规范
frameworkversionstring框架包版本号
storagestring设备磁盘容量
currentBatterystring当前电量百分比
systemstring系统版本
platformstring系统名:Android,iOS / iPhone OS
screenWidthnumber屏幕宽度
screenHeightnumber屏幕高度
brandstring手机品牌
packageNamestring宿主 app 包名
gaidstring宿主设备 ID
countrystring国家
mccstring国家码
capsuleHeightnumber胶囊体高度。单位:px
capsuleWidthnumber胶囊体宽度。单位:px
capsuleTranslationYnumber胶囊体纵向偏移量。单位:px
capsuleTranslationXnumber胶囊体横向偏移量。单位:px
statusBarHeightnumber状态栏高度。单位:px

示例代码

dlt.getSystemInfo({
success(res) {
console.log('success: ', res);
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.