Package 

Interface DownloadAttachment

    • Method Summary

      Modifier and Type Method Description
      abstract Call<Unit> invoke(Attachment attachment) Downloads the selected attachment to the "Download" folder in the public external storage directory.
      • Methods inherited from class io.getstream.chat.android.livedata.usecase.DownloadAttachment

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • invoke

         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