Skip to content

播放蜂鸣音

播放 iOS 设备系统蜂鸣提示音。

接口说明

接口类型

execShortcut

参数

参数名类型必填说明
deviceIdstring设备 ID
directivestring固定值 'playBeep'

返回值

javascript
true  // 播放成功返回 true

基本使用

javascript
// 播放蜂鸣音
await apiInvoke('execShortcut', {
    deviceId: 'P72578581E07',
    directive: 'playBeep'
});

商务合作:try.catch@foxmail.com