Skip to main content
Version: 2.x

Taro.offDeviceMotionChange(callback)

取消监听设备方向变化事件,参数为空,则取消所有的事件监听。

参考文档

类型

(callback: (...args: any[]) => any) => void

参数

参数类型说明
callback(...args: any[]) => any设备方向变化事件的回调函数

API 支持度

API微信小程序H5React Native
Taro.offDeviceMotionChange✔️