# Function: offDeviceMotionChange

offDeviceMotionChange(callback?: OnDeviceMotionChangeCallback): void

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

# 参数:

属性 类型 描述
callback? OnDeviceMotionChangeCallback 设备方向变化事件的回调函数

# 返回值:

void