NIMSDK-AOS
9.19.0
|
通用回调 更多...
Public 成员函数 | |
void | onResult (QChatMediaErrorType errorType, int code, @Nullable String message, @Nullable T data) |
通用回调 更多... | |
通用回调
在文件 QCMCallback.java 第 9 行定义.
void com.netease.nimlib.sdk.qcmedia.QCMCallback< T >.onResult | ( | QChatMediaErrorType | errorType, |
int | code, | ||
@Nullable String | message, | ||
@Nullable T | data | ||
) |
通用回调
errorType | 错误类型 |
code | 错误码 |
message | 描述信息 |
data | 数据实体 |