getGroupApplications

public abstract void getGroupApplications(PagingQueryOption option, Array<GroupApplicationDirection> directions, Array<GroupApplicationStatus> status, IRongCoreCallback.PageResultCallback<GroupApplicationInfo> callback)

Fetch paginated group request list

Parameters

status

Array of group request statuses.

directions

Array of request directions.

option

Pagination request parameters. Refer to PagingQueryOption, which includes page token (optional, defaults to the first page if not provided), page size (maximum 200), and whether to query in ascending order (defaults to descending).

callback

Callback that returns the result after the operation is completed. Results are sorted in descending order by operation time. Note: This interface does not return the total count of paginated data.