bl.setDeviceOrientation(Object object)
基础库版本 3.6.0, iOS 和 Android App 6.0.0开始支持,低版本需做兼容处理
设置当前设备方向
参数
Object object
属性 | 类型 | 默认值 | 必填 | 说明 | 版本 |
---|---|---|---|---|---|
newValue | string | 是 | 设备方向,可接受值:'portrait'、'landscape' | >= 3.6.0 | |
success | function | 否 | 接口调用成功的回调函数 | >= 3.6.0 | |
fail | function | 否 | 接口调用失败的回调函数 | >= 3.6.0 | |
complete | function | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) | >= 3.6.0 |