Class DownloadProgress


  • @Beta
    public class DownloadProgress
    extends java.lang.Object
    Fired when download makes progress. Last call has |done| == true.
    • Constructor Detail

      • DownloadProgress

        public DownloadProgress​(java.lang.String guid,
                                java.lang.Number totalBytes,
                                java.lang.Number receivedBytes,
                                DownloadProgress.State state)
    • Method Detail

      • getGuid

        public java.lang.String getGuid()
        Global unique identifier of the download.
      • getTotalBytes

        public java.lang.Number getTotalBytes()
        Total expected bytes to download.
      • getReceivedBytes

        public java.lang.Number getReceivedBytes()
        Total bytes received.