NIMSDK-AOS  9.16.0
PassthroughServiceObserve.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.passthrough;
2 
3 import com.netease.nimlib.apt.annotation.NIMService;
4 import com.netease.nimlib.invocation.ObserverInterface;
7 
11 @NIMService("透传服务观察者")
12 @ObserverInterface
13 public interface PassthroughServiceObserve {
14 
21  void observePassthroughNotify(Observer<PassthroughNotifyData> observer, boolean register);
22 
23 }
void observePassthroughNotify(Observer< PassthroughNotifyData > observer, boolean register)
监听服务器下发透传消息