setCheckChatRoomDuplicateMessage

public abstract void setCheckChatRoomDuplicateMessage(boolean enableCheck)

Sets whether to check for duplicate messages in the chatroom.

Functionality: Enables or disables the feature of checking for duplicate messages in the chatroom.

This method can be implemented to control whether duplicate messages in the chatroom need to be checked, preventing the repeated display or processing of the same message.

Since

5.8.2

Parameters

enableCheck

Default is true; true enables the feature to check for duplicate messages in the chatroom, false disables it.