Class GroupJoinedSearchPagedHandler

  • All Implemented Interfaces:

    
    public class GroupJoinedSearchPagedHandler
    
                        

    分页搜索加入群组

    注意:使用完毕后需要调用 stop 方法释放资源

    Since:

    5.12.2

    Author:

    rongcloud

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static DataKey<List<GroupInfo>> KEY_SEARCH_JOINED_GROUPS
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void searchJoinedGroups(String groupName) 搜索加入的群组
      void )>loadNext(OnDataChangeListener<Boolean> listener)
      boolean hasNext()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupJoinedSearchPagedHandler

        GroupJoinedSearchPagedHandler()
      • GroupJoinedSearchPagedHandler

        GroupJoinedSearchPagedHandler(int pageCount)
    • Method Detail

      • searchJoinedGroups

         void searchJoinedGroups(String groupName)

        搜索加入的群组

        Parameters:
        groupName - 群组名称
      • loadNext

         void )>loadNext(OnDataChangeListener<Boolean> listener)