NIMSDK-AOS
10.5.0
basesdk
src
com
netease
nimlib
sdk
passthrough
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;
5
import
com
.
netease
.
nimlib
.
sdk
.
Observer
;
6
import
com
.
netease
.
nimlib
.
sdk
.
passthrough
.
model
.
PassthroughNotifyData
;
7
11
@NIMService(
"透传服务观察者"
)
12
@ObserverInterface
13
public
interface
PassthroughServiceObserve
{
14
21
void
observePassthroughNotify
(
Observer<PassthroughNotifyData>
observer,
boolean
register
);
22
23
}
com.netease.nimlib.sdk.passthrough.PassthroughServiceObserve.observePassthroughNotify
void observePassthroughNotify(Observer< PassthroughNotifyData > observer, boolean register)
监听服务器下发透传消息
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.passthrough.model
Definition:
PassthroughNotifyData.java:1
com.netease
com
com.netease.nimlib.sdk.Observer
通知观察器
Definition:
Observer.java:9
com.netease.nimlib.sdk.passthrough.PassthroughServiceObserve
应用服务器通过im下发消息
Definition:
PassthroughServiceObserve.java:13
com.netease.nimlib.sdk.passthrough
com.netease.nimlib.sdk.passthrough.model.PassthroughNotifyData
Created by hzsunyj on 2019-12-23.
Definition:
PassthroughNotifyData.java:11
com.netease.nimlib
生成于 2024年 十月 15日 星期二 18:40:25 , 为 NIMSDK-AOS使用
1.8.13