Package ai.nexconn.chatui.message
Class InformationNotificationMessage
-
- All Implemented Interfaces:
public final class InformationNotificationMessageInformation notification message (small gray notification bar).
Used for system-level informational notifications within a conversation, such as "you are not in this group" or "you have been blocked". This message type is displayed by Kit but its content originates from the server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInformationNotificationMessage.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessagepublic final static InformationNotificationMessage.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description InformationNotificationMessage(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()StringtoString()-
-
Method Detail
-
getMessage
final String getMessage()
-
toString
String toString()
-
-
-
-