public interface QCMCallback<T>
限定符和类型 | 方法和说明 |
---|---|
void |
onResult(QChatMediaErrorType errorType,
int code,
java.lang.String message,
T data)
通用回调
|
void onResult(QChatMediaErrorType errorType, int code, java.lang.String message, T data)
errorType
- 错误类型code
- 错误码message
- 描述信息data
- 数据实体