-
public interface DownloadAttachment
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Unit> invoke(Attachment attachment)
Downloads the selected attachment to the "Download" folder in the public external storage directory.
- Parameters:
attachment- the attachment to download
-
-
-
-