Class MessageListViewModel.Event.DownloadAttachment

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Function0<Call<Unit>> getDownloadAttachmentCall()
      • Methods inherited from class java.lang.Object

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

      • MessageListViewModel.Event.DownloadAttachment

        MessageListViewModel.Event.DownloadAttachment(Function0<Call<Unit>> downloadAttachmentCall)
        Parameters:
        downloadAttachmentCall - A handler for downloading that returns a Call with the option of asynchronous operation.