NIMSDK-AOS  9.16.0
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;
7 
11 @NIMService("机器人服务观察者")
12 @ObserverInterface
13 public interface RobotServiceObserve {
20  void observeRobotChangedNotify(Observer<RobotChangedNotify> observer, boolean register);
21 }
void observeRobotChangedNotify(Observer< RobotChangedNotify > observer, boolean register)
监听机器人变更通知