public abstract class QCMCallback2<T> extends java.lang.Object implements QCMCallback<T>
| 构造器和说明 |
|---|
QCMCallback2() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onError(QChatMediaErrorType errorType,
int code,
java.lang.String message) |
void |
onResult(QChatMediaErrorType errorType,
int code,
java.lang.String message,
T data)
通用回调
|
void |
onSuccess(T data) |
public void onResult(QChatMediaErrorType errorType, int code, java.lang.String message, T data)
QCMCallbackonResult 在接口中 QCMCallback<T>errorType - 错误类型code - 错误码message - 描述信息data - 数据实体public void onSuccess(T data)
public void onError(QChatMediaErrorType errorType, int code, java.lang.String message)