NIMSDK-AOS
9.19.0
basesdk
src
com
netease
nimlib
sdk
robot
RobotServiceObserve.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.robot;
2
3
import
com
.
netease
.
nimlib
.apt.annotation.NIMService;
4
import
com
.
netease
.
nimlib
.invocation.ObserverInterface;
5
import
com
.
netease
.
nimlib
.
sdk
.
Observer
;
6
import
com
.
netease
.
nimlib
.
sdk
.
robot
.
model
.
RobotChangedNotify
;
7
8
/**
9
* 机器人数据变更接口
10
*/
11
@NIMService(
"机器人服务观察者"
)
12
@ObserverInterface
13
public
interface
RobotServiceObserve
{
14
/**
15
* 监听机器人变更通知
16
*
17
* @param observer 观察者,参数为收到的机器人变更通知。
18
* @param register true为注册监听,false为取消监听
19
*/
20
void
observeRobotChangedNotify
(
Observer<RobotChangedNotify>
observer,
boolean
register
);
21
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com
com.netease.nimlib.sdk.robot
com.netease.nimlib.sdk.Observer
通知观察器
Definition:
Observer.java:9
com.netease.nimlib.sdk.robot.model
Definition:
RobotMsgType.java:1
com.netease.nimlib.sdk.robot.RobotServiceObserve.observeRobotChangedNotify
void observeRobotChangedNotify(Observer< RobotChangedNotify > observer, boolean register)
监听机器人变更通知
com.netease.nimlib.sdk.robot.RobotServiceObserve
机器人数据变更接口
Definition:
RobotServiceObserve.java:13
com.netease.nimlib.sdk.robot.model.RobotChangedNotify
机器人改变通知
Definition:
RobotChangedNotify.java:10
com.netease.nimlib
生成于 2024年 十月 16日 星期三 10:25:05 , 为 NIMSDK-AOS使用
1.8.13