NIMSDK-AOS
10.6.0
plugins
avchat
src
com
netease
nimlib
sdk
avchat
AVChatCallback.java
浏览该文件的文档.
1
/*
2
* Copyright (c) 2014-2018 NetEase, Inc.
3
* All right reserved.
4
*/
5
6
package
com.netease.nimlib.sdk.avchat;
7
11
public
interface
AVChatCallback
<T> {
12
13
void
onSuccess
(T t);
14
15
void
onFailed
(
int
code);
16
17
void
onException
(Throwable exception);
18
19
}
com.netease.nimlib.sdk.avchat.AVChatCallback
网络通话回调接口
Definition:
AVChatCallback.java:11
com.netease.nimlib.sdk.avchat.AVChatCallback.onFailed
void onFailed(int code)
com.netease.nimlib.sdk.avchat.AVChatCallback.onSuccess
void onSuccess(T t)
com.netease.nimlib.sdk.avchat.AVChatCallback.onException
void onException(Throwable exception)
生成于 2024年 十一月 19日 星期二 20:07:50 , 为 NIMSDK-AOS使用
1.8.13