Class NotificationMessage

  • All Implemented Interfaces:

    
    public abstract class NotificationMessage
    
                        

    The abstract base class for notification messages, used to represent various notifications in chats. Some messages are stored in the message history, while others are not.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationMessage

        NotificationMessage()
    • Method Detail