接口 IChatThreadView
-
- 所有超级接口:
ILoadDataView
- 所有已知实现类:
EaseChatThreadFragment
public interface IChatThreadView extends ILoadDataView
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidonGetGroupInfoFail(int error, java.lang.String errorMsg)Get group info failedvoidonGetGroupInfoSuccess(io.agora.chat.Group group)Get group info successvoidonGetThreadInfoFail(int error, java.lang.String errorMsg)Get thread info failedvoidonGetThreadInfoSuccess(io.agora.chat.ChatThread thread)Get thread info successvoidOnJoinThreadFail(int error, java.lang.String errorMsg)Join thread failedvoidOnJoinThreadSuccess(io.agora.chat.ChatThread thread)Join thread success or have joined-
从接口继承的方法 io.agora.chat.uikit.interfaces.ILoadDataView
context
-
-
-
-
方法详细资料
-
onGetThreadInfoSuccess
void onGetThreadInfoSuccess(io.agora.chat.ChatThread thread)
Get thread info success- 参数:
thread-
-
onGetThreadInfoFail
void onGetThreadInfoFail(int error, java.lang.String errorMsg)Get thread info failed- 参数:
error-errorMsg-
-
OnJoinThreadSuccess
void OnJoinThreadSuccess(io.agora.chat.ChatThread thread)
Join thread success or have joined- 参数:
thread-
-
OnJoinThreadFail
void OnJoinThreadFail(int error, java.lang.String errorMsg)Join thread failed- 参数:
error-errorMsg-
-
onGetGroupInfoSuccess
void onGetGroupInfoSuccess(io.agora.chat.Group group)
Get group info success- 参数:
group-
-
onGetGroupInfoFail
void onGetGroupInfoFail(int error, java.lang.String errorMsg)Get group info failed- 参数:
error-errorMsg-
-
-