Class GroupJoinedPagedHandler

  • All Implemented Interfaces:

    
    public class GroupJoinedPagedHandler
    
                        

    分页获取加入群组

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

    Since:

    5.12.2

    Author:

    rongcloud

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void getJoinedGroupsByRole(GroupMemberRole groupMemberRole) 获取加入的群组
      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

      • GroupJoinedPagedHandler

        GroupJoinedPagedHandler()
      • GroupJoinedPagedHandler

        GroupJoinedPagedHandler(int pageCount)
    • Method Detail

      • getJoinedGroupsByRole

         void getJoinedGroupsByRole(GroupMemberRole groupMemberRole)

        获取加入的群组

        Parameters:
        groupMemberRole - 群成员角色
      • loadNext

         void )>loadNext(OnDataChangeListener<Boolean> listener)