聆客开放平台

# device

获取设置相关信息。

# 输入

# 输出

输出字符串信息。

# 示例代码

bui.alert('设备信息: ' + device.model +
        '\n设备平台: ' + device.platform +
        '\n设备唯一标识符: ' + device.uuid +
        '\n设备版本: ' + device.version)