Class MessageListViewModel.Event.ShowMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getMessageId()
      final String getParentMessageId()
      • Methods inherited from class java.lang.Object

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

      • MessageListViewModel.Event.ShowMessage

        MessageListViewModel.Event.ShowMessage(String messageId, String parentMessageId)
        Parameters:
        messageId - The id of the message we need to navigate to.
        parentMessageId - The ID of the parent Message if the message we want to scroll to is in a thread.