设备长震动On this page长震动vibrateLong使手机发生较长时间的振动(400 ms) 参数说明属性类型默认值是否必填描述successfunction是接口调用成功的回调函数failfunction否接口调用失败的回调函数completefunction否接口调用结束的回调函数(调用成功、失败都会执行)示例代码dsBridge.call( 'vibrateLong', { success (res) { // 参照返回结果示例 console.log(JSON.stringify(res)) } })