# isExpandScreen

判断折叠屏是否展开

# 参数代码示例

// 判断折叠屏是否展开
this.$bridge.isExpandScreen({}).then(res => {
    console.log(res)
})
1
2
3
4