Interface MessageListView.AttachmentDownloadClickListener
-
- All Implemented Interfaces:
@Deprecated(message = "Use OnAttachmentDownloadClickListener instead", replaceWith = @ReplaceWith(imports = {}, expression = "OnAttachmentDownloadClickListener")) public interface MessageListView.AttachmentDownloadClickListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAttachmentDownloadClick(Attachment attachment)-
-
Method Detail
-
onAttachmentDownloadClick
abstract Unit onAttachmentDownloadClick(Attachment attachment)
-
-
-
-