Class ChatNotification.MessageNew

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Channel channel
      private final Message message
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Channel getChannel() The channel where the new message was sent.
      final Message getMessage() The new message that triggered the notification.
      • Methods inherited from class java.lang.Object

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

      • ChatNotification.MessageNew

        ChatNotification.MessageNew(Channel channel, Message message)
    • Method Detail

      • getChannel

         final Channel getChannel()

        The channel where the new message was sent.

      • getMessage

         final Message getMessage()

        The new message that triggered the notification.