setAttachmentDownloadClickListener
fun setAttachmentDownloadClickListener(attachmentDownloadClickListener: MessageListView.AttachmentDownloadClickListener?)
Deprecated
Use setOnAttachmentDownloadClickListener instead
Replace with
setOnAttachmentDownloadClickListener(listener)
Content copied to clipboard
Sets the attachment download click listener to be used by MessageListView.
Parameters
attachmentDownloadClickListener
The listener to use. If null, the default will be used instead.