NIMSDK-AOS  10.9.90
V2NIMPassthroughListener.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.v2.passthrough;
2 
4 
5 /**
6  * 透传监听回调
7  */
8 public interface V2NIMPassthroughListener {
9 
10  /**
11  * 透传下行通知
12  * @param proxyNotify 下行通知数据
13  */
14  void onProxyNotify(V2NIMProxyNotify proxyNotify);
15 }
void onProxyNotify(V2NIMProxyNotify proxyNotify)
透传下行通知