类 EaseChatThreadListPresenterImpl
- java.lang.Object
-
- io.agora.chat.uikit.base.EaseBasePresenter
-
- io.agora.chat.uikit.chatthread.presenter.EaseChatThreadListPresenter
-
- io.agora.chat.uikit.chatthread.presenter.EaseChatThreadListPresenterImpl
-
- 所有已实现的接口:
androidx.lifecycle.LifecycleObserver
public class EaseChatThreadListPresenterImpl extends EaseChatThreadListPresenter
-
-
字段概要
-
从类继承的字段 io.agora.chat.uikit.chatthread.presenter.EaseChatThreadListPresenter
mView
-
-
构造器概要
构造器 构造器 说明 EaseChatThreadListPresenterImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidgetJoinedThreadList(java.lang.String parentId, int limit, java.lang.String cursor)Get joined thread list by parent idvoidgetMoreJoinedThreadList(java.lang.String parentId, int limit, java.lang.String cursor)Get more joined thread list by parent idvoidgetMoreThreadList(java.lang.String parentId, int limit, java.lang.String cursor)Get more thread list by parent idvoidgetThreadLatestMessages(java.util.List<java.lang.String> threadIds)Get thread latest messagesvoidgetThreadList(java.lang.String parentId, int limit, java.lang.String cursor)Get thread list by parent idvoidgetThreadParent(java.lang.String parentId)Get thread's parent, first from local, if local is null, will get from server, usually is a group-
从类继承的方法 io.agora.chat.uikit.chatthread.presenter.EaseChatThreadListPresenter
attachView, detachView, onDestroy
-
-
-
-
方法详细资料
-
getJoinedThreadList
public void getJoinedThreadList(java.lang.String parentId, int limit, java.lang.String cursor)从类复制的说明:EaseChatThreadListPresenterGet joined thread list by parent id- 指定者:
getJoinedThreadList在类中EaseChatThreadListPresenter- 参数:
parentId- Usually is group id
-
getMoreJoinedThreadList
public void getMoreJoinedThreadList(java.lang.String parentId, int limit, java.lang.String cursor)从类复制的说明:EaseChatThreadListPresenterGet more joined thread list by parent id- 指定者:
getMoreJoinedThreadList在类中EaseChatThreadListPresenter- 参数:
parentId- Usually is group id
-
getThreadList
public void getThreadList(java.lang.String parentId, int limit, java.lang.String cursor)从类复制的说明:EaseChatThreadListPresenterGet thread list by parent id- 指定者:
getThreadList在类中EaseChatThreadListPresenter- 参数:
parentId- Usually is group id
-
getMoreThreadList
public void getMoreThreadList(java.lang.String parentId, int limit, java.lang.String cursor)从类复制的说明:EaseChatThreadListPresenterGet more thread list by parent id- 指定者:
getMoreThreadList在类中EaseChatThreadListPresenter- 参数:
parentId- Usually is group id
-
getThreadLatestMessages
public void getThreadLatestMessages(java.util.List<java.lang.String> threadIds)
从类复制的说明:EaseChatThreadListPresenterGet thread latest messages
-
getThreadParent
public void getThreadParent(java.lang.String parentId)
从类复制的说明:EaseChatThreadListPresenterGet thread's parent, first from local, if local is null, will get from server, usually is a group- 指定者:
getThreadParent在类中EaseChatThreadListPresenter- 参数:
parentId- Usually is group id
-
-