1# IMotionInterface.idl
2
3
4## 概述
5
6定义使能/去使能手势识别、订阅/取消订阅手势识别数据的接口。
7
8在实现拿起、翻转、摇一摇、旋转屏等手势识别功能时,需要调用此处定义的接口。
9
10模块包路径:ohos.hdi.motion.v1_0
11
12引用:
13
14- ohos.hdi.motion.v1_0.MotionTypes
15
16- ohos.hdi.motion.v1_0.IMotionCallback
17
18**起始版本:** 3.2
19
20**相关模块:**[Motion](_motion_v10.md)
21
22
23## 汇总
24
25
26### 类
27
28| 名称 | 描述 |
29| -------- | -------- |
30| interface  [IMotionInterface](interface_i_motion_interface_v10.md) | 手势识别模块接口的包路径。 |
31