getJoinedGroups

public abstract void getJoinedGroups(List<String> groupIds, IRongCoreCallback.ResultCallback<List<GroupInfo>> callback)

Batch retrieve the groups I have joined

Parameters

groupIds

List of group IDs. Maximum of 20 IDs allowed.

callback

The result is returned through this callback after the operation is completed.