NIMSDK-AOS  9.16.0
QCMCallback.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qcmedia;
2 
3 import androidx.annotation.Nullable;
5 
9 public interface QCMCallback<T>{
17  void onResult(QChatMediaErrorType errorType,int code, @Nullable String message, @Nullable T data);
18 }
void onResult(QChatMediaErrorType errorType, int code, @Nullable String message, @Nullable T data)
通用回调