|
NIMSDK-AOS
9.21.10
|
机器人数据变更接口 更多...
Public 成员函数 | |
| void | observeRobotChangedNotify (Observer< RobotChangedNotify > observer, boolean register) |
| 监听机器人变更通知 更多... | |
机器人数据变更接口
在文件 RobotServiceObserve.java 第 13 行定义.
| void com.netease.nimlib.sdk.robot.RobotServiceObserve.observeRobotChangedNotify | ( | Observer< RobotChangedNotify > | observer, |
| boolean | register | ||
| ) |
监听机器人变更通知
| observer | 观察者,参数为收到的机器人变更通知。 |
| register | true为注册监听,false为取消监听 |
1.8.11