setGroupRemark

public abstract void setGroupRemark(String groupId, String remark, IRongCoreCallback.OperationCallback callback)

Set Group Alias

Parameters

groupId

The group ID. Only supports regular groups.

remark

The alias. A non-empty remark indicates setting the alias, while an empty remark indicates removal. Pure spaces are not supported. The string length must not exceed 64 characters. If the group alias already exists, it will be replaced, with the last setting taking precedence.

callback

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