设备加速度计stopAccelerometer版本:1.x本页总览Taro.stopAccelerometer(res)停止监听加速度数据。参数object resNameTypeDescriptionsuccessfunction接口调用成功的回调函数failfunction接口调用失败的回调函数completefunction接口调用结束的回调函数(调用成功、失败都会执行)示例代码import Taro from '@tarojs/taro'Taro.stopAccelerometer()API 支持度API微信小程序H5React NativeTaro.stopAccelerometer✔️✔️✔️