Package io.rong.imkit.usermanage.handler
Class GroupJoinedPagedHandler
-
- All Implemented Interfaces:
public class GroupJoinedPagedHandler
分页获取加入群组
注意:使用完毕后需要调用 stop 方法释放资源
- Since:
5.12.2
rongcloud
-
-
Field Summary
Fields Modifier and Type Field Description public final static DataKey<List<GroupInfo>>
KEY_GET_JOINED_GROUPS_BY_ROLE
-
Constructor Summary
Constructors Constructor Description GroupJoinedPagedHandler()
GroupJoinedPagedHandler(int pageCount)
-
Method Summary
Modifier and Type Method Description void
getJoinedGroupsByRole(GroupMemberRole groupMemberRole)
获取加入的群组 void
)>loadNext(OnDataChangeListener<Boolean> listener)
boolean
hasNext()
-
-
Method Detail
-
getJoinedGroupsByRole
void getJoinedGroupsByRole(GroupMemberRole groupMemberRole)
获取加入的群组
- Parameters:
groupMemberRole
- 群成员角色
-
loadNext
void )>loadNext(OnDataChangeListener<Boolean> listener)
-
hasNext
boolean hasNext()
-
-
-
-