Package ai.nexconn.chat.message.model
Object MessagePersistent
-
- All Implemented Interfaces:
public class MessagePersistentMessage storage policy flag constants.
Defines message storage and unread count behavior. Used when registering custom message types to specify how the SDK handles them.
// Stored and counted toward unread count val flag = MessagePersistent.COUNT // Stored but not counted val flag = MessagePersistent.PERSIST