Class MessageListViewModel.Event.RemoveAttachment

    • 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 Attachment getAttachment()
      • Methods inherited from class java.lang.Object

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

      • MessageListViewModel.Event.RemoveAttachment

        MessageListViewModel.Event.RemoveAttachment(String messageId, Attachment attachment)
        Parameters:
        messageId - The message from which an attachment will be deleted.
        attachment - The attachment to be deleted.