Class MessageFooterVisibilityKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean shouldShowMessageFooter(MessageFooterVisibility $self, Message message, Boolean isLastMessageInGroup, Message nextMessage) Decides if we need to show the message footer (timestamp) below the message.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • shouldShowMessageFooter

         final static Boolean shouldShowMessageFooter(MessageFooterVisibility $self, Message message, Boolean isLastMessageInGroup, Message nextMessage)

        Decides if we need to show the message footer (timestamp) below the message.

        Parameters:
        message - The current message for which we are checking whether we need to show the footer for.
        isLastMessageInGroup - Is the message at the bottom of the group.
        nextMessage - The message that comes after the current message.
        Returns:

        If the message footer should be visible or not.