refuseGroupApplication

public abstract void refuseGroupApplication(String groupId, String inviterId, String applicantId, String reason, IRongCoreCallback.OperationCallback callback)

The group owner or administrator rejects a user's request to join the group.

Parameters

groupId

The ID of the group.

inviterId

The ID of the inviter. Optional. Provide the inviter's ID if the user is invited to join the group; leave it empty if the user is applying to join the group.

applicantId

The ID of the user applying to join the group.

reason

The reason for rejection. Optional. You can provide a reason for rejection when rejecting the request, with a maximum of 128 characters.

callback

The callback to return the result after the operation is completed.