Message Persistent
Message 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.PERSISTContent copied to clipboard