Skip to main content
Version: 3.x

Taro.offAccelerometerChange(callback)

Stops listening for acceleration data events. If the parameter is empty, all event listening is stopped.

Reference

Type

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

Parameters

PropertyTypeDescription
callback(...args: any[]) => anyThe callback function for the acceleration data event.

API Support

APIWeChat Mini-ProgramH5React Native
Taro.offAccelerometerChange✔️✔️