get Joined Groups
public abstract void getJoinedGroups(List<String> groupIds, IRongCoreCallback.ResultCallback<List<GroupInfo>> callback)
Batch retrieve the groups I have joined
Parameters
group Ids
List of group IDs. Maximum of 20 IDs allowed.
callback
The result is returned through this callback after the operation is completed.