openNativeSystemSetting 打开指定的系统设置

openNativeSystemSetting ^7.10

打开指定的系统设置

#请求参数

N/A

#引入接口模块

import bridge from '@minix-iot/etsbridge-sdk'

#接口调用示例

bridge
  .openNativeSystemSetting()
  .then((res) => {
    console.log(res)
  })
  .catch((err) => {
    console.log(err)
  })

#接口返回示例

N / A
posted on 2024-12-27 09:30  AtlasLapetos  阅读(3)  评论(0)    收藏  举报