NIMSDK-AOS
9.19.0
|
Public 成员函数 | |
void | onResult (QChatMediaErrorType errorType, int code, @androidx.annotation.Nullable String message, @androidx.annotation.Nullable T data) |
void | onSuccess (T data) |
void | onError (QChatMediaErrorType errorType, int code, String message) |
![]() | |
void | onResult (QChatMediaErrorType errorType, int code, @Nullable String message, @Nullable T data) |
通用回调 更多... | |
在文件 QCMCallback2.java 第 7 行定义.
void com.netease.nimlib.sdk.qcmedia.QCMCallback2< T >.onError | ( | QChatMediaErrorType | errorType, |
int | code, | ||
String | message | ||
) |
在文件 QCMCallback2.java 第 20 行定义.
void com.netease.nimlib.sdk.qcmedia.QCMCallback2< T >.onResult | ( | QChatMediaErrorType | errorType, |
int | code, | ||
@androidx.annotation.Nullable String | message, | ||
@androidx.annotation.Nullable T | data | ||
) |
在文件 QCMCallback2.java 第 10 行定义.
void com.netease.nimlib.sdk.qcmedia.QCMCallback2< T >.onSuccess | ( | T | data | ) |
在文件 QCMCallback2.java 第 18 行定义.