public class CustomChatRoomMessageConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
skipHistory
Store the message on the server.
|
Constructor and Description |
---|
CustomChatRoomMessageConfig() |
public boolean skipHistory
ChatRoomService.pullMessageHistory(String, long, int)
will not contain this message.
The default value is false.