getGroupsInfo

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

Batch Retrieve Group Information

Note: Only returns information for existing groups.

Parameters

groupIds

Array of group IDs. Supports batch query, with a maximum of 20 groups per query.

callback

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