接口 OnCombineMessageDownloadAndParseListener
-
public interface OnCombineMessageDownloadAndParseListenerDownload and parse combine message attachment's listener.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonDownloadAndParseSuccess(java.util.List<io.agora.chat.ChatMessage> messageList)Download and parse combine message attachment successfully.voidonDownloadOrParseFailed(io.agora.chat.ChatMessage message, int code, java.lang.String errorMsg)Failed to download and parse combined message.
-
-
-
方法详细资料
-
onDownloadAndParseSuccess
void onDownloadAndParseSuccess(java.util.List<io.agora.chat.ChatMessage> messageList)
Download and parse combine message attachment successfully.
-
onDownloadOrParseFailed
void onDownloadOrParseFailed(io.agora.chat.ChatMessage message, int code, java.lang.String errorMsg)Failed to download and parse combined message.- 参数:
message-code-errorMsg-
-
-