Class MessageListViewModel.Event.ReplyAttachment
-
- All Implemented Interfaces:
public final class MessageListViewModel.Event.ReplyAttachment extends MessageListViewModel.Event
When the user is replying to a single attachment. Usually triggered when replying from gallery.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcidprivate final StringrepliedMessageId
-
Constructor Summary
Constructors Constructor Description MessageListViewModel.Event.ReplyAttachment(String cid, String repliedMessageId)
-
Method Summary
Modifier and Type Method Description final StringgetCid()final StringgetRepliedMessageId()-
-
Method Detail
-
getRepliedMessageId
final String getRepliedMessageId()
-
-
-
-