类 EaseChatThreadListPresenter

    • 构造器详细资料

      • EaseChatThreadListPresenter

        public EaseChatThreadListPresenter()
    • 方法详细资料

      • getJoinedThreadList

        public abstract void getJoinedThreadList​(java.lang.String parentId,
                                                 int limit,
                                                 java.lang.String cursor)
        Get joined thread list by parent id
        参数:
        parentId - Usually is group id
        limit -
        cursor -
      • getMoreJoinedThreadList

        public abstract void getMoreJoinedThreadList​(java.lang.String parentId,
                                                     int limit,
                                                     java.lang.String cursor)
        Get more joined thread list by parent id
        参数:
        parentId - Usually is group id
        limit -
        cursor -
      • getThreadList

        public abstract void getThreadList​(java.lang.String parentId,
                                           int limit,
                                           java.lang.String cursor)
        Get thread list by parent id
        参数:
        parentId - Usually is group id
        limit -
        cursor -
      • getMoreThreadList

        public abstract void getMoreThreadList​(java.lang.String parentId,
                                               int limit,
                                               java.lang.String cursor)
        Get more thread list by parent id
        参数:
        parentId - Usually is group id
        limit -
        cursor -
      • getThreadLatestMessages

        public abstract void getThreadLatestMessages​(java.util.List<java.lang.String> threadIds)
        Get thread latest messages
        参数:
        threadIds -
      • getThreadParent

        public abstract void getThreadParent​(java.lang.String parentId)
        Get thread's parent, first from local, if local is null, will get from server, usually is a group
        参数:
        parentId - Usually is group id