Package ai.nexconn.chatui.message
Class HistoryDividerMessage
-
- All Implemented Interfaces:
public final class HistoryDividerMessageHistory divider message.
A local-only UI message used to visually separate read messages from unread messages in the conversation message list. Never persisted or sent to the server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHistoryDividerMessage.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringcontentpublic final static HistoryDividerMessage.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description HistoryDividerMessage(String content)
-
Method Summary
Modifier and Type Method Description final StringgetContent()StringtoString()-
-
Method Detail
-
getContent
final String getContent()
-
toString
String toString()
-
-
-
-